Trait prs_lib::crypto::store::StoreRecipients[][src]

pub trait StoreRecipients {
    fn load(store: &Store) -> Result<Recipients>;
fn save(&self, store: &Store) -> Result<()>; }
Expand description

Recipients extension for store functionality.

Required methods

Load recipients from given store.

Save recipients to given store.

Implementors