pub trait OpHandle {
// Required method
fn handle(&self) -> TEE_OperationHandle;
}Expand description
A trait for a crypto operation to return its handle.
Required Methods§
Sourcefn handle(&self) -> TEE_OperationHandle
fn handle(&self) -> TEE_OperationHandle
Return the handle of an operation.