Enum rb::RbError [] [src]

pub enum RbError {
    Full,
    Empty,
}

Ring buffer errors.

Variants

Trait Implementations

impl Debug for RbError
[src]

Formats the value using the given formatter.

impl Display for RbError
[src]

Formats the value using the given formatter. Read more