pub type RefMut<'a, T, U> = GcCellRefMut<'a, T, U>;Expand description
A wrapper type for a mutably borrowed type T.
Aliased Typeยง
pub struct RefMut<'a, T, U> { /* private fields */ }pub type RefMut<'a, T, U> = GcCellRefMut<'a, T, U>;A wrapper type for a mutably borrowed type T.
pub struct RefMut<'a, T, U> { /* private fields */ }