Type Alias gluon_vm::gc::OwnedGcRef

source ·
pub type OwnedGcRef<'a, T> = Borrow<'a, OwnedPtr<T>>;

Aliased Type§

struct OwnedGcRef<'a, T>(/* private fields */);