Type Alias ErasedKey

Source
pub type ErasedKey = Box<dyn ItemType>;
Expand description

A type-erased key. Used by the tor-keymgr.

Aliased Typeยง

struct ErasedKey(/* private fields */);