lead

Type Alias lead 

Source
pub type lead<Expr> = lead<SqlTypeOf<Expr>, <Expr as AsExpression<SqlTypeOf<Expr>>>::Expression>;
Expand description

The return type of lead(expr)

Aliased Typeยง

pub struct lead<Expr> { /* private fields */ }