Type Alias boa_engine::object::RefMut

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

A wrapper type for a mutably borrowed type T.

Aliased Type§

struct RefMut<'a, T, U> { /* private fields */ }