Type Alias OpRowMap

Source
type OpRowMap<'a, 'b> = HashMap<Prehashed<Project<'b, RowRef<'a>>>, OpRowMutRefTuple<'a>, BuildHasherDefault<Passthru>>;

Aliased Typeยง

struct OpRowMap<'a, 'b> { /* private fields */ }