pub type GcLock<'gc, T> = Gc<'gc, Lock<T>>;
An alias for Gc<'gc, Lock<T>>.
Gc<'gc, Lock<T>>
pub struct GcLock<'gc, T> { /* private fields */ }