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