pub type DynPeerStore = Arc<dyn PeerStore>;
Trait-object PeerStore.
pub struct DynPeerStore { /* private fields */ }