☰
LockImmutable
Required Methods
lock_immutable
Implementors
In runtime
?
Trait
runtime
::
LockImmutable
source
·
[
−
]
pub trait LockImmutable { fn
lock_immutable
(&self); }
Required methods
source
fn
lock_immutable
(&self)
Implementors
source
impl<T>
LockImmutable
for
ObjectCell
<T>
where
ObjectCell
<T>:
Object
,