pub type DynGossip = Arc<dyn Gossip>;
Trait-object Gossip.
pub struct DynGossip { /* private fields */ }