OpHandle

Trait OpHandle 

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

A trait for a crypto operation to return its handle.

Required Methods§

Source

fn handle(&self) -> TEE_OperationHandle

Return the handle of an operation.

Implementors§