Primitive type Quoted
Implementations
impl Quoted
pub comptime fn as_expr(self) -> Option<Expr>
pub comptime fn as_module(self) -> Option<Module>
pub comptime fn as_trait_constraint(self) -> TraitConstraint
pub comptime fn as_type(self) -> Type
pub comptime fn tokens(self) -> [Self]
Trait implementations
impl Append for Quoted
pub comptime fn empty() -> Self
pub comptime fn append(self, other: Self) -> Self
impl Eq for Quoted
pub comptime fn eq(self, other: Self) -> bool
impl Hash for Quoted
pub comptime fn hash<H>(self, state: &mut H)
where
H: Hasher