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