pub type RelationHandle<T> = TraceKeyHandle<Vec<Value>, T, isize>;
A handle to an arranged relation.
pub struct RelationHandle<T> { /* private fields */ }