Trait mhost::error::Errors[][src]

pub trait Errors {
    fn errors(&self) -> Box<dyn Iterator<Item = Box<&dyn Error>>>;
}

This trait enables collections of results or responses to filter just for their errors.

Required methods

fn errors(&self) -> Box<dyn Iterator<Item = Box<&dyn Error>>>[src]

Loading content...

Implementors

impl Errors for Lookups[src]

impl Errors for WhoisResponses[src]

Loading content...