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

Required Methods§

Implementors§