Type Definition cryo::CryoRef

source ·
pub type CryoRef<T> = CryoMutReadGuard<T>;
Expand description

The lock guard type of Cryo. This is currently a type alias but might change in a future.