Trait calypso_parsing::parser::grammar::__ToTriple
source · pub trait __ToTriple<'input> {
fn to_triple(
value: Self
) -> Result<(u32, Token, u32), ParseError<u32, Token, CalError>>;
}
pub trait __ToTriple<'input> {
fn to_triple(
value: Self
) -> Result<(u32, Token, u32), ParseError<u32, Token, CalError>>;
}