Decryptor

Trait Decryptor 

Source
pub trait Decryptor<M, C> {
    // Required method
    fn decrypt(&self, c: &C) -> M;
}

Required Methods§

Source

fn decrypt(&self, c: &C) -> M

Implementors§