Trait hoodlum_parser::hdl_parser::__ToTriple [] [src]

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

Associated Types

Required Methods

Implementors