WindowOrder

Type Alias WindowOrder 

Source
pub type WindowOrder<Fn, E> = <Fn as OrderWindowDsl<E>>::Output;
Expand description