Struct trust_dns_proto::op::message::NoopMessageFinalizer [] [src]

pub struct NoopMessageFinalizer;

A MessageFinalizer which does nothing

WARNING This should only be used in None context, it will panic in all cases where finalize is called.

Methods

impl NoopMessageFinalizer
[src]

[src]

Always returns None

Trait Implementations

impl MessageFinalizer for NoopMessageFinalizer
[src]

[src]

The message taken in should be processed and then return [Record]s which should be appended to the additional section of the message. Read more