Function dbkit_engine::block::column_rows [] [src]

pub fn column_rows<'c, T: TypeInfo>(col: &'c RefColumn) -> Result<&'c [T::Store]DBError>

Slice representing the data row data

RUST FRUSTRATION: wish this could be part of RefColumn