Type Definition assembly_data::fdb::ro::RefHandle[][src]

pub type RefHandle<'a, T> = Handle<'a, &'a T>;
Expand description

A handle that contains a reference

Implementations

Get the reference at index

Extract a value from a reference