Struct trust_dns::BufStreamHandle [] [src]

pub struct BufStreamHandle<E> where
    E: FromProtoError
{ /* fields omitted */ }

A sender to which serialized DNS Messages can be sent

Methods

impl<E> BufStreamHandle<E> where
    E: FromProtoError
[src]

[src]

Constructs a new BufStreamHandle with the associated ProtoError

[src]

see [futures::sync::mpsc::UnboundedSender]

Trait Implementations

impl<E> Clone for BufStreamHandle<E> where
    E: Clone + FromProtoError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more