Type Alias tor_keymgr::ErasedKey

source ·
pub type ErasedKey = Box<dyn EncodableKey>;
Available on crate feature keymgr only.
Expand description

A type-erased key returned by a Keystore.

Aliased Type§

struct ErasedKey(/* private fields */);