Ref

Type Alias Ref 

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

A wrapper type for an immutably borrowed type T.

Aliased Typeยง

pub struct Ref<'a, T> { /* private fields */ }