Struct trust_dns::BufStreamHandle[][src]

pub struct BufStreamHandle { /* fields omitted */ }

A sender to which serialized DNS Messages can be sent

Methods

impl BufStreamHandle
[src]

Constructs a new BufStreamHandle with the associated ProtoError

Trait Implementations

impl Clone for BufStreamHandle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations