pub type RefHandle<'a, T> = Handle<'a, &'a T>;
A handle that contains a reference
struct RefHandle<'a, T> { /* private fields */ }
Get the reference at index
index
Extract a value from a reference