__offset_type

Macro __offset_type 

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