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

type RefMut<'object> = GcCellRefMut<'object, Object>;

A wrapper type for a mutably borrowed Object.