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