Skip to main content

ProtocolErrorCode

Trait ProtocolErrorCode 

Source
pub trait ProtocolErrorCode {
    // Required method
    fn code(&self) -> &'static str;
}
Expand description

Shared error code mapping for protocol-level errors.

Required Methods§

Source

fn code(&self) -> &'static str

Implementors§