pub trait MarkerAggValidFor<Grouped, Proof = ()> { }Expand description
Validates that the SELECT list is legal given the grouped column set.
Grouped = ()(no GROUP BY): everything is validGrouped = Cons<...>(has GROUP BY): scalar columns must be in the list
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".