Trait openthread::ot::DnssdExt

source ·
pub trait DnssdExt: Dnssd {
    // Provided method
    fn dnssd_queries(&self) -> DnssdQueryIterator<'_, Self> 
       where Self: Sized { ... }
}
Expand description

Extension trait for the trait Dnssd.

Provided Methods§

source

fn dnssd_queries(&self) -> DnssdQueryIterator<'_, Self>
where Self: Sized,

Iterator for easily iterating over all of the DNS-SD queries.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Dnssd> DnssdExt for T