DynPeerStoreFactory

Type Alias DynPeerStoreFactory 

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

Trait-object PeerStoreFactory.

Aliased Typeยง

pub struct DynPeerStoreFactory { /* private fields */ }