[][src]Macro faunadb::boxed_query

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

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