Struct libpasta::key::LocalStore[][src]

pub struct LocalStore { /* fields omitted */ }

Structure used as a global store for keys.

Trait Implementations

impl Debug for LocalStore
[src]

Formats the value using the given formatter. Read more

impl Store for LocalStore
[src]

Insert a new key into the KeyStore.

Get a key from the KeyStore.

Auto Trait Implementations

impl Send for LocalStore

impl Sync for LocalStore