pub type ErasedKey = Box<dyn EncodableItem>;Expand description
A type-erased key. Used by the tor-keymgr.
Aliased Typeยง
struct ErasedKey(/* private fields */);pub type ErasedKey = Box<dyn EncodableItem>;A type-erased key. Used by the tor-keymgr.
struct ErasedKey(/* private fields */);