Trait transliterate::parser::SSParser[][src]

pub trait SSParser<CF: BackTo>: Sized {
    fn ss_parse<'a>(&self, i: &PIter<'a>, res: &mut String, _: &CF) -> SSRes<'a>;

    fn ss_convert<'a>(&self, s: &'a str, cf: &CF) -> Result<String, PErr<'a>> { ... }
}

Required methods

Provided methods

Implementations on Foreign Types

Implementors