RefMut

Type Alias RefMut 

Source
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 */ }