Macro hax_frontend_exporter::state::__inner_helper

source ยท
macro_rules! __inner_helper {
    ($gen:tt { $($full_gen:tt)* } { $($params:tt)* } base $($rest:tt)*) => { ... };
    (
        { $($gen:tt)* } { $($full_gen:tt)* } { $($params:tt)* } $i:ident
        $($rest:tt)*
    ) => { ... };
    ($gen:tt $full_gen:tt $params:tt $(,)?) => { ... };
}