[][src]Trait trust_dns_proto::error::FromProtoError

pub trait FromProtoError: From<ProtoError> + Fail + Clone { }

A trait marking a type which implements From and failure::Fail (which includes all std::error::Error types) as well as Clone + Send

Implementors

impl<E> FromProtoError for E where
    E: From<ProtoError> + Fail + Clone
[src]

Loading content...