fedimint_core::net::peers

Type Alias DynP2PConnections

Source
pub type DynP2PConnections<M> = Arc<dyn IP2PConnections<M>>;

Aliased Typeยง

struct DynP2PConnections<M> { /* private fields */ }