pub trait SelectOrderAllowed { }Expand description
States that accept a plain ORDER BY.
SelectSetOpSet is excluded on purpose: a compound query orders by its
output columns, which the dedicated order_by on that state renders.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".