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

Alias for a function verifying if a message is properly signed

Aliased Type§

struct MessageVerifier(/* private fields */);