Macro combu::flag_type[][src]

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

Gets FlagType from keyword