Struct webrtc_mdns::conn::DnsConn [−][src]
pub struct DnsConn { /* fields omitted */ }
Implementations
server establishes a mDNS connection over an existing connection
pub async fn query(
&self,
name: &str,
close_query_signal: Receiver<()>
) -> Result<(ResourceHeader, SocketAddr)>
pub async fn query(
&self,
name: &str,
close_query_signal: Receiver<()>
) -> Result<(ResourceHeader, SocketAddr)>
Query sends mDNS Queries for the following name until either there’s a close signal or we get a result
Auto Trait Implementations
impl !RefUnwindSafe for DnsConn
impl !UnwindSafe for DnsConn