Type Alias tor_dirmgr::storage::DynStore

source ·
pub(crate) type DynStore = Box<dyn Store>;
Expand description

Convenient Sized & dynamic Store

Aliased Type§

struct DynStore(/* private fields */);