pub trait RwLockExt {
    fn rwlock(self) -> RwLock<Self>
    where
        Self: Sized
, { ... } }

Provided Methods

Implementors