[][src]Macro faunadb::query

macro_rules! query {
    ($($kind:ident),*) => { ... };
}

A helper macro to implement From trait from the given query type into the Query enum.