Trait async_ringbuf::rb::AsyncRbRef

source ·
pub trait AsyncRbRef: RbRef<Rb = AsyncRb<Self::Storage>> {
    type Storage: Storage;
}

Required Associated Types§

source

type Storage: Storage

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<S: Storage, R: RbRef<Rb = AsyncRb<S>>> AsyncRbRef for R

§

type Storage = S