Trait cryptor::cryptor::RouterProtocol [] [src]

pub trait RouterProtocol {
    fn increment(&mut self) -> Digit;
    fn crypto(&self, character: &char) -> char;
    fn reverse(&self, character: &char) -> char;
}

Required Methods

Implementors