Macro ssp::inner_enum

source ·
macro_rules! inner_enum {
    ($ty:ident, $var:ident) => { ... };
    ($ty:ident, $var:ident, $var_ty:ident) => { ... };
}
Expand description

Provides convenience functions to deconstruct an enum with new-type variants.