prest::sql::function

Function take

Source
pub fn take<'a, T, U>(expr: T, size: U) -> ExprNode<'a>
where T: Into<ExprNode<'a>>, U: Into<ExprNode<'a>>,