pub trait MarkerColumnCountValid<Row: ?Sized, Inferred, Actual> { }Expand description
Marker-level column-count compatibility check used by strict .all() / .get().
Currently enforced for SelectCols<_> where selected shape is explicit.
pub trait MarkerColumnCountValid<Row: ?Sized, Inferred, Actual> { }Marker-level column-count compatibility check used by strict .all() / .get().
Currently enforced for SelectCols<_> where selected shape is explicit.