pub type RefGuard<'a, T> = ReadOnlyMutexGuard<'a, T>;
pub struct RefGuard<'a, T>(/* private fields */);