Trait std_ext::RwLockExt

source ·
pub trait RwLockExt {
    // Provided method
    fn rwlock(self) -> RwLock<Self>
       where Self: Sized { ... }
}

Provided Methods§

source

fn rwlock(self) -> RwLock<Self>
where Self: Sized,

Implementors§

source§

impl<T: ?Sized> RwLockExt for T