Home
last modified time | relevance | path

Searched defs:ErrorCauseCode (Results 1 – 1 of 1) sorted by relevance

/webrtc/sctp/src/
H A Derror_cause.rs8 pub(crate) struct ErrorCauseCode(pub(crate) u16); struct
24 impl fmt::Display for ErrorCauseCode { implementation
132 pub(crate) fn error_cause_code(&self) -> ErrorCauseCode { in error_cause_code()