pub type ErasedKey = Box<dyn ItemType>;
A type-erased key. Used by the tor-keymgr.
struct ErasedKey(/* private fields */);