Skip to main content

SortBy

Trait SortBy 

Source
pub trait SortBy<Scope, Idxs> { }
Expand description

Something a query can be ordered by: an OrderKey whose tables this scope contains, or a SortKey already discharged against it — the same pair Condition makes for .filter.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<Scope: Superset<Req, Idxs>, Req, Idxs> SortBy<Scope, Idxs> for OrderKey<Req>

Source§

impl<Scope> SortBy<Scope, ()> for SortKey<Scope>