Enum slice_ring_buffer::AllocError [−][src]
pub enum AllocError {
Oom,
Other,
}Expand description
Allocation error.
Variants
The system is Out-of-memory.
Other allocation errors (not out-of-memory).
Race conditions, exhausted file descriptors, etc.