Type Definition transliterate::parser::SSRes[][src]

pub type SSRes<'a> = Result<(PIter<'a>, Option<PErr<'a>>), PErr<'a>>;

Trait Implementations