Type Definition libp2p_mdns::Mdns

source · []
pub type Mdns = GenMdns<Async<UdpSocket>, Timer<AsioTimer>>;
Expand description

The type of a GenMdns using the async-io implementation.