Type Alias Error

Source
pub type Error = Error<ErrorKind>;

Aliased Type§

pub enum Error {
    Other(ErrorKind),
    WouldBlock,
}

Variants§

§

Other(ErrorKind)

A different kind of error

§

WouldBlock

This operation requires blocking behavior to complete