Macro sql::normalize::with_option_type[][src]

macro_rules! with_option_type {
    ($name : ident, String) => { ... };
    ($name : ident, bool) => { ... };
    ($name : ident, Interval) => { ... };
}