pub trait LockImmutable {
    fn lock_immutable(&self);
}

Required methods

Implementors