Searched defs:ErrorCauseCode (Results 1 – 1 of 1) sorted by relevance
8 pub(crate) struct ErrorCauseCode(pub(crate) u16); struct24 impl fmt::Display for ErrorCauseCode { implementation132 pub(crate) fn error_cause_code(&self) -> ErrorCauseCode { in error_cause_code()