[][src]Type Definition cryo::CryoRef

type CryoRef<T> = CryoMutReadGuard<T>;

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