Macro db_helpers::table [−][src]
macro_rules! table {
($(#[$($meta : meta), *]) ? $name : ident
{
$($(#[$($inner_meta : meta), *]) ? $rust_key : ident $rust_type : ty :
$db_name : tt $db_type : expr), +
}) => { ... };
}