Enum shrev::EventError
[−]
[src]
pub enum EventError {
TooLargeWrite,
InvalidReader,
}Ringbuffer errors
Variants
TooLargeWriteIf a writer tries to write more data than the max size of the ringbuffer, in a single call
InvalidReaderIf attempting to use a reader for a different data type than the storage contains.