logo
macro_rules! impl_query_statement_builder {
    ( $mod_name: ident, $struct_name: ident ) => { ... };
}