IoWriteError

Type Alias IoWriteError 

Source
pub type IoWriteError = IoWriteError;
Expand description

An error during frame I/O write operation.

Aliased Type§

pub enum IoWriteError {
    Stopped,
    NotConnected,
}

Variants§

§

Stopped

Write failed because peer stopped operation.

In this case, zero or more bytes might be have written during the operation.

§

NotConnected

Write failed because peer not is not connected.

In this case, zero or more bytes might be have written during the operation.