Type Alias DynPeerStoreFactory

Source
pub type DynPeerStoreFactory = Arc<dyn PeerStoreFactory>;
Expand description

Trait-object PeerStoreFactory.

Aliased Typeยง

struct DynPeerStoreFactory { /* private fields */ }