pub struct RowUninit<'a, T>(pub RowMut<'a, T>);
Expand description
Simple wrapper indicating that values contained in this row may be uninitialized, and thus references to them shouldn’t be created.
Tuple Fields§
§0: RowMut<'a, T>
pub struct RowUninit<'a, T>(pub RowMut<'a, T>);
Simple wrapper indicating that values contained in this row may be uninitialized, and thus references to them shouldn’t be created.
0: RowMut<'a, T>