Trait trust_dns::rr::dnssec::DnsSecChainErr []

pub trait DnsSecChainErr<T> {
    fn chain_err<F, EK>(self, callback: F) -> Result<T, Error> where F: FnOnce() -> EK, EK: Into<ErrorKind>;
}

Required Methods

Implementors