Struct parsec_interface::operations::psa_verify_message::Result [−][src]
pub struct Result;
Expand description
Native object for asymmetric verification of signatures.
The true result of the operation is sent as a status
code in 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