Type Definition cryo::CryoRef[][src]

type CryoRef<T, Lock> = CryoMutReadGuard<T, Lock>;

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