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 Parsable for SpacesUnexpanded
impl Parsable for SpacesUnexpanded
source§fn parse_impl<S: TexlangState>(input: &mut ExpandedStream<S>) -> Result<Self>
fn parse_impl<S: TexlangState>(input: &mut ExpandedStream<S>) -> Result<Self>
Parses a value from the vm::ExpandedStream.
source§fn parse<S: TexlangState, I>(input: &mut I) -> Result<Self>where
I: AsMut<ExpandedStream<S>>,
fn parse<S: TexlangState, I>(input: &mut I) -> Result<Self>where
I: AsMut<ExpandedStream<S>>,
Parses a value from an input stream. Read more
Auto Trait Implementations§
impl Freeze for SpacesUnexpanded
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