include_sql_helper

Macro def_args

Source
macro_rules! def_args {
    ($s:tt => $macro_name:ident : $args_struct:ident = $($field:ident),+) => { ... };
}
Expand description

Generates a macro that convers an argument struct into a slice that can be passed to database interfaces that require the latter.