Type Alias RelationHandle

Source
pub type RelationHandle<T> = TraceKeyHandle<Vec<Value>, T, isize>;
Expand description

A handle to an arranged relation.

Aliased Typeยง

pub struct RelationHandle<T> { /* private fields */ }