Type Definition psa_crypto::types::status::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

Result type returned by any PSA operation

Trait Implementations

Performs the conversion.