Struct parsec_interface::operations::psa_import_key::Result [−][src]
pub struct Result;
Expand description
Native object for the result of a cryptographic key import operation.
The true result is sent in the status field of the response header.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Result
impl UnwindSafe for Result
Blanket Implementations
Mutably borrows from an owned value. Read more