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