macro_rules! flag_type {
    (bool) => { ... };
    (b) => { ... };
    (B) => { ... };
    (int) => { ... };
    (i) => { ... };
    (I) => { ... };
    (Integer) => { ... };
    (integer) => { ... };
    (float) => { ... };
    (f) => { ... };
    (F) => { ... };
    (str) => { ... };
    (Str) => { ... };
    (s) => { ... };
    (S) => { ... };
    (string) => { ... };
    ($i:ident) => { ... };
}
Expand description

Gets FlagType from keyword