Type Alias RowIdToRow

Source
pub type RowIdToRow<'a> = HashMap<u64, &'a Row>;

Aliased Typeยง

pub struct RowIdToRow<'a> { /* private fields */ }