Skip to main content

KeystoreEntryResult

Type Alias KeystoreEntryResult 

Source
pub type KeystoreEntryResult<T> = Result<T, UnrecognizedEntryError>;
Available on crate feature keymgr only.
Expand description

A type alias returned by Keystore::list.

Aliased Type§

pub enum KeystoreEntryResult<T> {
    Ok(T),
    Err(UnrecognizedEntryError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(UnrecognizedEntryError)

Contains the error value