[][src]Trait timeout_readwrite::reader::TimeoutReadExt

pub trait TimeoutReadExt<H> where
    H: Read + AsRawFd
{ fn with_timeout<T: Into<Option<Duration>>>(
        self,
        timeout: T
    ) -> TimeoutReader<H>; }

Required methods

Important traits for TimeoutReader<H>
fn with_timeout<T: Into<Option<Duration>>>(self, timeout: T) -> TimeoutReader<H>

Loading content...

Implementors

impl<H> TimeoutReadExt<H> for H where
    H: Read + AsRawFd
[src]

Loading content...