logo

Type Definition boa::object::RefMut

source · []
pub type RefMut<'a, T, U> = GcCellRefMut<'a, T, U>;
Expand description

A wrapper type for a mutably borrowed type T.