pub struct Characters<'a> { /* private fields */ }Expand description
The Tokens are chars. Their Locations are relative to the str.
The Stream is terminated with Token::end_of_file() if is_complete,
otherwise with Token::incomplete().
Implementations§
Source§impl<'a> Characters<'a>
impl<'a> Characters<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Characters<'a>
impl<'a> RefUnwindSafe for Characters<'a>
impl<'a> Send for Characters<'a>
impl<'a> Sync for Characters<'a>
impl<'a> Unpin for Characters<'a>
impl<'a> UnwindSafe for Characters<'a>
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