Struct ezno_parser::TypeId
source · pub struct TypeId(_);
Expand description
A id of a syntax types
Implementations§
Trait Implementations§
source§impl PartialEq<TypeId> for TypeId
impl PartialEq<TypeId> for TypeId
source§impl SelfRustTokenize for TypeId
impl SelfRustTokenize for TypeId
fn append_to_token_stream(&self, token_stream: &mut TokenStream)
source§fn to_tokens(&self) -> TokenStream
fn to_tokens(&self) -> TokenStream
Returns the tokens used to construct self