[][src]Trait telnet::Stream

pub trait Stream: Read + Write {
    fn set_nonblocking(&self, nonblocking: bool) -> Result<()>;
fn set_read_timeout(&self, dur: Option<Duration>) -> Result<()>; }

Required methods

fn set_nonblocking(&self, nonblocking: bool) -> Result<()>

fn set_read_timeout(&self, dur: Option<Duration>) -> Result<()>

Loading content...

Implementations on Foreign Types

impl Stream for TcpStream[src]

Loading content...

Implementors

Loading content...