Trait rdkafka::error::IsError [] [src]

pub trait IsError {
    fn is_error(self) -> bool;
}

Verify if the value represents an error condition.

Required Methods

Return true if the value represents an error.

Implementors