macro_rules! map_record {
($db: ident, $id:ident, true) => { ... };
($db: ident, $id:ident, false) => { ... };
($db: ident, $id: ident) => { ... };
}macro_rules! map_record {
($db: ident, $id:ident, true) => { ... };
($db: ident, $id:ident, false) => { ... };
($db: ident, $id: ident) => { ... };
}