Trait rust_inbox::authenticator::Authenticator [] [src]

pub trait Authenticator {
    fn process(&self, _: String) -> String;
}

This will allow plugable authentication mechanisms.

Required Methods

Implementors