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

Required Methods§

Implementations on Foreign Types§

Implementors§