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