codgenhelp 0.0.1

Simplifies structure and enum parsing in Macros1.1
Documentation
1
2
3
4
5
6
7
8
9
10
(function() {var implementors = {};
implementors["macrohelper"] = ["impl&lt;I, T&gt; <a class='trait' href='https://doc.rust-lang.org/nightly/core/ops/trait.FnMut.html' title='core::ops::FnMut'>FnMut</a>(<a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.tuple.html'>(</a><a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.usize.html'>usize</a>, T<a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.tuple.html'>)</a>) for <a class='struct' href='https://doc.rust-lang.org/nightly/rustc_data_structures/indexed_vec/struct.IntoIdx.html' title='rustc_data_structures::indexed_vec::IntoIdx'>IntoIdx</a>&lt;I&gt; <span class='where'>where I: <a class='trait' href='https://doc.rust-lang.org/nightly/rustc_data_structures/indexed_vec/trait.Idx.html' title='rustc_data_structures::indexed_vec::Idx'>Idx</a></span>","impl&lt;I&gt; <a class='trait' href='https://doc.rust-lang.org/nightly/core/ops/trait.FnMut.html' title='core::ops::FnMut'>FnMut</a>(<a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.usize.html'>usize</a>) for <a class='struct' href='https://doc.rust-lang.org/nightly/rustc_data_structures/indexed_vec/struct.IntoIdx.html' title='rustc_data_structures::indexed_vec::IntoIdx'>IntoIdx</a>&lt;I&gt; <span class='where'>where I: <a class='trait' href='https://doc.rust-lang.org/nightly/rustc_data_structures/indexed_vec/trait.Idx.html' title='rustc_data_structures::indexed_vec::Idx'>Idx</a></span>",];

            if (window.register_implementors) {
                window.register_implementors(implementors);
            } else {
                window.pending_implementors = implementors;
            }
        
})()