macro_rules! register_table {
(@custom $table:expr, $flat_type:ty, $transform_fn:expr, $insert_fn:expr) => { ... };
($table:expr, $flat_type:ty, $transform_fn:expr, $insert_fn:expr) => { ... };
}macro_rules! register_table {
(@custom $table:expr, $flat_type:ty, $transform_fn:expr, $insert_fn:expr) => { ... };
($table:expr, $flat_type:ty, $transform_fn:expr, $insert_fn:expr) => { ... };
}