mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-23 16:49:19 +00:00
11 lines
533 B
JavaScript
11 lines
533 B
JavaScript
(function() {var implementors = {};
|
|
implementors["rusty_secrets"] = ["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='rusty_secrets/struct.RustyError.html' title='rusty_secrets::RustyError'>RustyError</a>",];
|
|
|
|
if (window.register_implementors) {
|
|
window.register_implementors(implementors);
|
|
} else {
|
|
window.pending_implementors = implementors;
|
|
}
|
|
|
|
})()
|