pub type Error = WriteError;Aliased Type§
pub enum Error {
WriteChunk {
name: &'static str,
source: WriteChunkError,
},
WriteField {
field: &'static str,
backtrace: Backtrace,
source: Error,
},
WriteReserved {
bytes: u32,
backtrace: Backtrace,
source: Error,
},
EncodeField {
field: &'static str,
source: EncodeTextError,
},
}