fidl_fuchsia_kms

Type Alias KeyGetKeyProviderResult

Source
pub type KeyGetKeyProviderResult = Result<KeyProvider, Error>;

Aliased Type§

enum KeyGetKeyProviderResult {
    Ok(KeyProvider),
    Err(Error),
}

Variants§

§1.0.0

Ok(KeyProvider)

Contains the success value

§1.0.0

Err(Error)

Contains the error value