Type Alias ColIx

Source
pub type ColIx = u32;
Expand description

Column index for accessing parts of a row.

Trait Implementations§

Source§

impl RowIndex for ColIx

Source§

fn idx(&self, _row: &mut ResultRow<'_, '_>) -> Option<ColIx>

Index into a row directly by uint.