Type Definition cryo::CryoRef[][src]

pub type CryoRef<T, Lock> = CryoMutReadGuard<T, Lock>;
Expand description

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