Type Definition merfolk::helpers::smart_lock::SmartLock[][src]

type SmartLock<T> = Arc<Mutex<T>>;

Type alias for the macro smart_lock_type.