☰
lockable
0.1.0
All Items
Traits
?
Crate
lockable
source
·
[
−
]
Expand description
Traits for items that are “Lockable”, e.g.,
Mutex
es.
Traits
Lockable
A trait representing types that can be locked, e.g.,
Mutex
es.
LockableSized
An extension of the
Lockable
trait that adds the
into_inner()
method only for types
T
that are
Sized
.