pub type Error = Error;Expand description
The error type for I/O operations of the Write and associated traits.
Trait Implementations
sourceimpl From<ValueWriteError> for Error
impl From<ValueWriteError> for Error
sourcefn from(err: ValueWriteError) -> Error
fn from(err: ValueWriteError) -> Error
Converts to this type from the input type.