Enum rb::RbError [] [src]

pub enum RbError {
    Full,
    Empty,
}

Ring buffer errors.

Variants

Trait Implementations

impl Debug for RbError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for RbError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RbError

impl Sync for RbError