pub trait ResolverQuery<P: Protocol> {
// Required method
fn iter(self) -> Result<ResolverIter<P>>;
}
Expand description
A query to be passed to a resolver.
pub trait ResolverQuery<P: Protocol> {
// Required method
fn iter(self) -> Result<ResolverIter<P>>;
}
A query to be passed to a resolver.