[][src]Trait in_stream::IoErrorExt

pub trait IoErrorExt {
    fn with_would_block() -> Error;
fn would_block(&self) -> bool; }

provide some convenience functions for working with non-blocking IO

Required methods

fn with_would_block() -> Error

new WouldBlock error

fn would_block(&self) -> bool

true if this error is of kind WouldBlock

Loading content...

Implementations on Foreign Types

impl IoErrorExt for Error[src]

fn with_would_block() -> Error[src]

new WouldBlock error

fn would_block(&self) -> bool[src]

true if this error is of kind WouldBlock

Loading content...

Implementors

Loading content...