Skip to main content

translate_enum_with_config

Macro translate_enum_with_config 

Source
macro_rules! translate_enum_with_config {
    ($target:expr, $value:expr, $map:expr, $map_eval:expr, $(
        ($method:ident, { $($str_val:literal => $variant:expr),* $(,)? })
    ),* $(,)?) => { ... };
}