Trait mutringbuf::MutRB

source ·
pub trait MutRB: IterManager + StorageManager<StoredType = Self::Item> {
    type Item;
}
Expand description

Trait implemented by ring buffers.

Required Associated Types§

Implementors§

source§

impl<S: Storage<Item = T>, T> MutRB for ConcurrentMutRingBuf<S>

§

type Item = T

source§

impl<S: Storage<Item = T>, T> MutRB for LocalMutRingBuf<S>

§

type Item = T