Trait nitric_lock::Lock

source ·
pub trait Lock<'a> {
    type Output;

    unsafe fn lock_info(&self) -> LockInfo<'_>;
    unsafe fn lock_unchecked(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Implementors§