Macro merfolk::smart_lock_type[][src]

macro_rules! smart_lock_type {
    ($x:ty) => { ... };
}

Expands to the Type alloc::sync::Arc<std::sync::Mutex<T>>.