Struct trust_dns_proto::xfer::BufStreamHandle [−][src]
pub struct BufStreamHandle { /* fields omitted */ }
Expand description
A sender to which serialized DNS Messages can be sent
Implementations
Constructs a new BufStreamHandle with the associated ProtoError
see [futures::sync::mpsc::UnboundedSender
]
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BufStreamHandle
impl Send for BufStreamHandle
impl Sync for BufStreamHandle
impl Unpin for BufStreamHandle
impl !UnwindSafe for BufStreamHandle
Blanket Implementations
Mutably borrows from an owned value. Read more