Trait __ToTriple

Source
pub trait __ToTriple<'i, L>
where L: HasLexerError,
{ // Required method fn to_triple( self, ) -> Result<(LexerPosition, Token, LexerPosition), ParseError<LexerPosition, Token, L::Error>>; }

Required Methods§

Implementations on Foreign Types§

Source§

impl<'i, L> __ToTriple<'i, L> for (LexerPosition, Token, LexerPosition)
where L: HasLexerError,

Source§

impl<'i, L> __ToTriple<'i, L> for Result<(LexerPosition, Token, LexerPosition), L::Error>
where L: HasLexerError,

Implementors§