pub trait GroupByInput {
type Model: Model;
}Expand description
A typed shape that lowers to a group-by spec.
As with AggregateInput, the IR target is finalized in phase 6.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".