impl_query_params

Macro impl_query_params 

Source
macro_rules! impl_query_params {
    ($struct_name:ty, {
        $(
            $field_name:ident: $field_type:ty,
        )*
    }) => { ... };
}
Expand description

Macro for implementing query parameter building with common fields