macro_rules! __field_type {
(Uuid) => { ... };
(None Uuid) => { ... };
(str) => { ... };
(bool) => { ... };
(f64) => { ... };
(i64) => { ... };
(usize) => { ... };
(Date) => { ... };
(DateTime) => { ... };
}
macro_rules! __field_type {
(Uuid) => { ... };
(None Uuid) => { ... };
(str) => { ... };
(bool) => { ... };
(f64) => { ... };
(i64) => { ... };
(usize) => { ... };
(Date) => { ... };
(DateTime) => { ... };
}