Type Alias ezno_parser::cursor::EmptyCursorId
source · pub type EmptyCursorId = CursorId<()>;Aliased Type§
struct EmptyCursorId(pub u8, pub PhantomData<()>);Fields§
§0: u8§1: PhantomData<()>Implementations§
Trait Implementations§
source§impl<T: PartialEq> PartialEq<CursorId<T>> for CursorId<T>
impl<T: PartialEq> PartialEq<CursorId<T>> for CursorId<T>
source§impl<T> SelfRustTokenize for CursorId<T>
impl<T> SelfRustTokenize for CursorId<T>
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