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

pub type Ref<'a, T> = GcCellRef<'a, T>;
Expand description

A wrapper type for an immutably borrowed type T.