write_query_string

Function write_query_string 

Source
pub fn write_query_string<W: Write>(writer: &mut W, expr: &Expr) -> Result
Expand 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.