pub fn write_query_string<W: Write>(writer: &mut W, expr: &Expr) -> ResultExpand description
Writes an Expr AST to a writer as its corresponding OData $filter string representation.
A fmt::Result indicating the success or failure of the write operation.