pub fn trim_start<T>(
arg: impl IntoExpr<T>,
) -> Expr<<T as StringUnaryExpr>::Output>where
T: StringUnaryExpr,Expand description
Removes leading spaces from a text expression.
Maps to PostgreSQL TRIM(LEADING FROM expression).
pub fn trim_start<T>(
arg: impl IntoExpr<T>,
) -> Expr<<T as StringUnaryExpr>::Output>where
T: StringUnaryExpr,Removes leading spaces from a text expression.
Maps to PostgreSQL TRIM(LEADING FROM expression).