Type Alias hickory_proto::error::DnsSecResult

source ·
pub type DnsSecResult<T> = Result<T, DnsSecError>;
Expand description

An alias for dnssec results returned by functions of this crate

Aliased Type§

enum DnsSecResult<T> {
    Ok(T),
    Err(DnsSecError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(DnsSecError)

Contains the error value