Trait open_protocol::types::AckCode [] [src]

pub trait AckCode {
    fn to_str(&self) -> &'static str;
    fn success(&self) -> bool;
    fn code(&self) -> u32;

    fn common_code(&self) -> &'static str { ... }
}

Required Methods

Provided Methods

Implementors