pub type LockGuard<'a, T> = Ref<'a, T>;
Read-only lock guard for synchronized shared object.
pub struct LockGuard<'a, T> { /* private fields */ }