Trait bobascript_parser::grammar::__ToTriple[][src]

pub trait __ToTriple<'input, 'err> {
    fn to_triple(
        value: Self
    ) -> Result<(usize, Token<'input>, usize), ParseError<usize, Token<'input>, &'static str>>; }

Required methods

Implementations on Foreign Types

Implementors