Enum shrev::EventError [] [src]

pub enum EventError {
    TooLargeWrite,
    InvalidReader,
}

Ringbuffer errors

Variants

If a writer tries to write more data than the max size of the ringbuffer, in a single call

If attempting to use a reader for a different data type than the storage contains.

Trait Implementations

impl Debug for RBError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RBError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.