pub fn serialize<W: Write>(
query: &CompiledQuery,
writer: W,
) -> SerializeResult<()>Expand description
Serializes a compiled query to a writer.
pub fn serialize<W: Write>(
query: &CompiledQuery,
writer: W,
) -> SerializeResult<()>Serializes a compiled query to a writer.