Enum rb::RbError [] [src]

pub enum RbError {
    Full,
    Empty,
}

Ring buffer errors.

Variants

FullEmpty

Trait Implementations

impl Debug for RbError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for RbError
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.