Struct trust_dns::rr::dnssec::Signer [] [src]

pub struct Signer;

Placeholder type for when OpenSSL and ring are disabled; enable OpenSSL and Ring for support

Trait Implementations

impl Clone for Signer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl MessageFinalizer for Signer
[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

Auto Trait Implementations

impl Send for Signer

impl Sync for Signer