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 <a class='trait' href='https://doc.rust-lang.org/nightly/std/error/trait.Error.html' title='std::error::Error'>Error</a> for <a class='struct' href='https://doc.rust-lang.org/nightly/rustc_errors/struct.FatalError.html' title='rustc_errors::FatalError'>FatalError</a>","impl <a class='trait' href='https://doc.rust-lang.org/nightly/std/error/trait.Error.html' title='std::error::Error'>Error</a> for <a class='struct' href='https://doc.rust-lang.org/nightly/rustc_errors/struct.ExplicitBug.html' title='rustc_errors::ExplicitBug'>ExplicitBug</a>","impl <a class='trait' href='https://doc.rust-lang.org/nightly/std/error/trait.Error.html' title='std::error::Error'>Error</a> for <a class='enum' href='https://doc.rust-lang.org/nightly/serialize/hex/enum.FromHexError.html' title='serialize::hex::FromHexError'>FromHexError</a>","impl <a class='trait' href='https://doc.rust-lang.org/nightly/std/error/trait.Error.html' title='std::error::Error'>Error</a> for <a class='enum' href='https://doc.rust-lang.org/nightly/serialize/json/enum.DecoderError.html' title='serialize::json::DecoderError'>DecoderError</a>","impl <a class='trait' href='https://doc.rust-lang.org/nightly/std/error/trait.Error.html' title='std::error::Error'>Error</a> for <a class='enum' href='https://doc.rust-lang.org/nightly/serialize/json/enum.EncoderError.html' title='serialize::json::EncoderError'>EncoderError</a>","impl <a class='trait' href='https://doc.rust-lang.org/nightly/std/error/trait.Error.html' title='std::error::Error'>Error</a> for <a class='enum' href='https://doc.rust-lang.org/nightly/term/terminfo/enum.Error.html' title='term::terminfo::Error'>Error</a>",];

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