Module async_ringbuf::traits

source ·

Re-exports§

Modules§

Traits§

  • Trait that should be implemented by ring buffer wrappers.
  • Consumer part of ring buffer.
  • Ring buffer observer.
  • Producer part of ring buffer.
  • An abstract ring buffer that exclusively owns its data.
  • Split the ring buffer onto producer and consumer.
  • Split the ring buffer by reference onto producer and consumer.