Type Definition boa::object::RefMut[][src]

pub type RefMut<'a, T, U> = GcCellRefMut<'a, T, U>;
Expand description

A wrapper type for a mutably borrowed type T.