pub struct Tokenizer { /* private fields */ }Expand description
A tokenizer for .tree files.
This struct represents the state of the tokenizer. It is not
tied to any particular input, while TokenizerI is.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Tokenizer
impl !RefUnwindSafe for Tokenizer
impl !Sync for Tokenizer
impl Send for Tokenizer
impl Unpin for Tokenizer
impl UnsafeUnpin for Tokenizer
impl UnwindSafe for Tokenizer
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