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

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

Verify if the value represents an error condition.

Some librdkafka codes are informational, rather than true errors.

Required methods

fn is_error(&self) -> bool[src]

Reports whether the value represents an error.

Loading content...

Implementors

Loading content...