Trait Notifee
libp2prs_mdns
pub trait Notifee { pub fn handle_peer_found(&mut self, _discovered: AddrInfo) { ... } }
pub fn handle_peer_found(&mut self, _discovered: AddrInfo)