Struct wire::tcp::OutTcpStream [] [src]

pub struct OutTcpStream<T> { /* fields omitted */ }

Methods

impl<'a, T> OutTcpStream<T> where
    T: Encodable
[src]

Trait Implementations

impl<T> Drop for OutTcpStream<T>
[src]

A method called when the value goes out of scope. Read more