Trait hoodlum::hdl_parser::__ToTriple []

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

Associated Types

Required Methods

Implementors