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