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
impl From<ValueWriteError> for Error
Source§fn from(err: ValueWriteError) -> Error
fn from(err: ValueWriteError) -> Error
Converts to this type from the input type.