[][src]Macro include_sql_helper::def_args

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

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