Type Definition trust_dns_proto::op::message::MessageVerifier
source · [−]pub type MessageVerifier = Box<dyn FnMut(&[u8]) -> ProtoResult<DnsResponse> + Send>;
Expand description
Alias for a function verifying if a message is properly signed