pub struct CompoundListParser { /* private fields */ }Implementations§
Source§impl CompoundListParser
impl CompoundListParser
pub fn new() -> CompoundListParser
pub fn parse<'input, __TOKEN: __ToTriple<'input>, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, text: &'input str, __tokens0: __TOKENS, ) -> Result<Command, ParseError<usize, Token<'input>, Error>>
Auto Trait Implementations§
impl Freeze for CompoundListParser
impl RefUnwindSafe for CompoundListParser
impl Send for CompoundListParser
impl Sync for CompoundListParser
impl Unpin for CompoundListParser
impl UnwindSafe for CompoundListParser
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