Trait optee_utee::crypto_op::OpHandle[][src]

pub trait OpHandle {
    fn handle(&self) -> TEE_OperationHandle;
}
Expand description

A trait for a crypto operation to return its handle.

Required methods

Return the handle of an operation.

Implementors