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

Required Methods§

Implementors§