intoqueryderive

Disclaimer

This crate is intended to be used only via the derive feature on into_query.

Usage

```rust

[derive(IntoQuery)]

pub struct Filter { foo: Option, bar: Option>, baz: Option>, } ```