pub type EncodeError = Error<EncodeErrorKind>;Expand description
An error type specifically for encoding operations, wrapping an EncodeErrorKind.
Aliased Type§
pub struct EncodeError {
pub context: &'static str,
pub kind: EncodeErrorKind,
/* private fields */
}Fields§
§context: &'static str§kind: EncodeErrorKind