Trait oursh::program::posix::parse::__ToTriple[][src]

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

Required methods

Implementations on Foreign Types

Implementors