Enum amqp_worker::MessageError[][src]

pub enum MessageError {
    RuntimeError(String),
    ProcessingError(u64String),
    RequirementsError(String),
    NotImplemented(),
}

Variants

Auto Trait Implementations