Struct trust_dns_proto::rr::dnssec::Digest [−][src]
pub struct Digest { /* fields omitted */ }
This is supported on crate features
dnssec
and ring
only.Expand description
A calculated digest value.
Use as_ref
to get the value as a &[u8]
.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Digest
impl UnwindSafe for Digest
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more