Trait std_ext::MutexExt

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

Provided Methods§

Implementors§