pub type DtErr = AnErr<DtErrKind, 16>;Aliased Type§
pub struct DtErr {
pub kind: DtErrKind,
pub reason: BufStr<16>,
}Fields§
§kind: DtErrKindThe error kind.
reason: BufStr<16>Accumulated reason string (controlled by REASON_LEN).
Can be empty.