Struct texlang::parse::SpacesUnexpanded
source · pub struct SpacesUnexpanded;
Expand description
When parsed, this type consumes an arbitrary number of spaces from the unexpanded input stream
Trait Implementations§
source§impl<S: TexlangState> Parsable<S> for SpacesUnexpanded
impl<S: TexlangState> Parsable<S> for SpacesUnexpanded
source§fn parse_impl(input: &mut ExpandedStream<S>) -> Result<Self, Box<Error>>
fn parse_impl(input: &mut ExpandedStream<S>) -> Result<Self, Box<Error>>
Parses a value from the vm::ExpandedStream.
Auto Trait Implementations§
impl RefUnwindSafe for SpacesUnexpanded
impl Send for SpacesUnexpanded
impl Sync for SpacesUnexpanded
impl Unpin for SpacesUnexpanded
impl UnwindSafe for SpacesUnexpanded
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