Type Alias Error

Source
pub type Error = Error;
Expand description

The error type for I/O operations of the Write and associated traits.

Aliased Type§

struct Error { /* private fields */ }

Trait Implementations§

Source§

impl From<ValueWriteError> for Error

Source§

fn from(err: ValueWriteError) -> Error

Converts to this type from the input type.