ManagedKey

Trait ManagedKey 

Source
pub trait ManagedKey: AsRef<HANDLE> { }
Expand description

Represents a key object

§Close

key object is closed when Drop

Trait Implementations§

Source§

impl Debug for dyn ManagedKey

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§