rocket_cors/implementors/std/error/trait.Error.js

9 lines
581 B
JavaScript

(function() {var implementors = {};
implementors["rocket_cors"] = [{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/error/trait.Error.html\" title=\"trait std::error::Error\">Error</a> for <a class=\"enum\" href=\"rocket_cors/enum.Error.html\" title=\"enum rocket_cors::Error\">Error</a>",synthetic:false,types:["rocket_cors::Error"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()