9 lines
592 B
JavaScript
9 lines
592 B
JavaScript
(function() {var implementors = {};
|
|
implementors["rocket_cors"] = [{text:"impl <a class=\"trait\" href=\"https://api.rocket.rs/v0.4/rocket/fairing/trait.Fairing.html\" title=\"trait rocket::fairing::Fairing\">Fairing</a> for <a class=\"struct\" href=\"rocket_cors/struct.Cors.html\" title=\"struct rocket_cors::Cors\">Cors</a>",synthetic:false,types:["rocket_cors::Cors"]},];
|
|
|
|
if (window.register_implementors) {
|
|
window.register_implementors(implementors);
|
|
} else {
|
|
window.pending_implementors = implementors;
|
|
}
|
|
})() |