pub struct KeyHandle { /* private fields */ }Expand description
Key Handle
Represents an esys resource handle for a key.
Implementations§
Trait Implementations§
source§impl From<KeyHandle> for ObjectHandle
impl From<KeyHandle> for ObjectHandle
source§fn from(handle_self: KeyHandle) -> ObjectHandle
fn from(handle_self: KeyHandle) -> ObjectHandle
Converts to this type from the input type.
source§impl From<ObjectHandle> for KeyHandle
impl From<ObjectHandle> for KeyHandle
source§fn from(handle_other: ObjectHandle) -> KeyHandle
fn from(handle_other: ObjectHandle) -> KeyHandle
Converts to this type from the input type.