Type Alias warg_credentials::keyring::Result

source ·
pub type Result<T, E = KeyringError> = Result<T, E>;
Expand description

Result type for keyring errors.

Aliased Type§

enum Result<T, E = KeyringError> {
    // some variants omitted
}

Variants§