[][src]Trait cyrconv::mapper::Output

pub trait Output {
    fn output(&self, input: &str) -> String;
}

Required methods

fn output(&self, input: &str) -> String

Loading content...

Implementors

impl Output for Simple[src]

Loading content...