11 lines
557 B
JavaScript
11 lines
557 B
JavaScript
|
(function() {var implementors = {};
|
||
|
implementors["toml"] = ["impl<'a, 'b> <a class=\"trait\" href=\"serde/ser/trait.Serializer.html\" title=\"trait serde::ser::Serializer\">Serializer</a> for &'b mut <a class=\"struct\" href=\"toml/ser/struct.Serializer.html\" title=\"struct toml::ser::Serializer\">Serializer</a><'a>",];
|
||
|
|
||
|
if (window.register_implementors) {
|
||
|
window.register_implementors(implementors);
|
||
|
} else {
|
||
|
window.pending_implementors = implementors;
|
||
|
}
|
||
|
|
||
|
})()
|