pub type DynP2PConnector<M> = Arc<dyn IP2PConnector<M>>;
struct DynP2PConnector<M> { /* private fields */ }