Macro azure_core_sdk::create_enum [] [src]

macro_rules! create_enum {
    ($en:ident, $(($na:ident, $x:expr)), *) => { ... };
}

use as create_enum!(SecondCollection, (Pollo, "Pollo"), (Bianco, "Bianco"), (Giallo, "Giallo"));