Struct scroll_ring::BufferUnavailable
source · pub struct BufferUnavailable;Expand description
Error type for read_earliest, indicating that not only could no data be read, but not even a cursor position could be returned.
Trait Implementations§
source§fn eq(&self, other: &BufferUnavailable) -> bool
fn eq(&self, other: &BufferUnavailable) -> bool
This method tests for
self and other values to be equal, and is used
by ==.