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

type RefMut<'a, T> = GcCellRefMut<'a, T>;

A wrapper type for a mutably borrowed type T.