Trait system_interface::io::IsReadWrite [−][src]
Expand description
A trait for the is_read_write function.
Required methods
fn is_read_write(&self) -> Result<(bool, bool)>[src]
Expand description
Test whether the handle is readable and/or writable.
Implementations on Foreign Types
impl IsReadWrite for File[src]
impl IsReadWrite for File[src]impl IsReadWrite for TcpStream[src]
impl IsReadWrite for TcpStream[src]