Skip to main content

OrderSlot

Trait OrderSlot 

Source
pub trait OrderSlot<Q> {
    // Required method
    fn slot(q: &mut Q) -> &mut OrderBy;
}
Expand description

Which ORDER BY an OrderChain appends to.

Required Methods§

Source

fn slot(q: &mut Q) -> &mut OrderBy

The clause to append to.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§