Struct Sort
pub struct Sort
{ /* private fields */ }
Implementations
impl Sort
pub fn new<T>(property_selector: PropertySelector<T>, order: u8) -> Self
where
T: Packable
pub struct Sort
{ /* private fields */ }
impl Sortpub fn new<T>(property_selector: PropertySelector<T>, order: u8) -> Self
where
T: Packable