DynPeerStore

Type Alias DynPeerStore 

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

Trait-object PeerStore.

Aliased Typeยง

pub struct DynPeerStore { /* private fields */ }