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