pub type MessageVerifier = Box<dyn FnMut(&[u8]) -> ProtoResult<DnsResponse> + Send>;
Expand description

Alias for a function verifying if a message is properly signed

Aliased Type§

struct MessageVerifier(/* private fields */);