Module futures_intrusive::buffer
source · Expand description
Buffer types
Structs
- An array-backed Ring Buffer
- A Ring Buffer which stores all items on the heap.
- A Ring Buffer which stores all items on the heap but grows dynamically.
Traits
- A marker trait which may only be implemented for native array types, like
[T; 2]
. The library incorporates several components that are parameterized by array types, but currently Rust provides no safe mechanism to express that. - A Ring Buffer of items