pub trait AsyncRbBase<T>: RbBase<T> {
    fn is_closed(&self) -> bool;
}

Required Methods

Implementors