Trait Save
m_captcha::cache
pub trait Save: Actor + Handler<Retrive> + Handler<Cache> + Handler<DeleteString> { }
Describes actor handler trait impls that are required by a cache implementation
impl Save for HashCache