Type Alias DynPeerStore

Source
pub type DynPeerStore = Arc<dyn PeerStore>;
Expand description

Trait-object PeerStore.

Aliased Typeยง

struct DynPeerStore { /* private fields */ }