Trait solp::solp::__ToTriple[][src]

pub trait __ToTriple<'input> {
    fn to_triple(
        value: Self
    ) -> Result<(usize, Tok<'input>, usize), ParseError<usize, Tok<'input>, ()>>; }

Required methods

Implementations on Foreign Types

Implementors