pub struct XetoLexer { /* private fields */ }Expand description
Tokenizer for Xeto source text.
Implementations§
Auto Trait Implementations§
impl Freeze for XetoLexer
impl RefUnwindSafe for XetoLexer
impl Send for XetoLexer
impl Sync for XetoLexer
impl Unpin for XetoLexer
impl UnsafeUnpin for XetoLexer
impl UnwindSafe for XetoLexer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more