pub struct To;
Expand description
When parsed, this type consumes a required to
keyword from the input stream.
Trait Implementations§
source§impl<S: TexlangState> Parsable<S> for To
impl<S: TexlangState> Parsable<S> for To
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 To
impl Send for To
impl Sync for To
impl Unpin for To
impl UnwindSafe for To
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