WindowFilter

Type Alias WindowFilter 

Source
pub type WindowFilter<Fn, P> = <Fn as FilterDsl<AsExprOf<P, Bool>>>::Output;
Expand description