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