Trait std_ext::MutexExt

source ·
pub trait MutexExt {
    // Provided method
    fn mutex(self) -> Mutex<Self>
       where Self: Sized { ... }
}

Provided Methods§

source

fn mutex(self) -> Mutex<Self>
where Self: Sized,

Implementors§

source§

impl<T: ?Sized> MutexExt for T