variant_name

Macro variant_name 

Source
macro_rules! variant_name {
    ($t:expr) => { ... };
}
Expand description

Macro that verifies a variant name at compile time.