Module ringbuf::traits

source ·
Expand description

Ring buffer traits.

Re-exports§

Modules§

Traits§

  • Trait that should be implemented by ring buffer wrappers.
  • Split the ring buffer onto producer and consumer.
  • Split the ring buffer by reference onto producer and consumer.