11 lines
505 B
JavaScript
11 lines
505 B
JavaScript
|
(function() {var implementors = {};
|
||
|
implementors["flexi_logger"] = ["impl <a class=\"trait\" href=\"log/trait.Log.html\" title=\"trait log::Log\">Log</a> for <a class=\"struct\" href=\"flexi_logger/struct.FlexiLogger.html\" title=\"struct flexi_logger::FlexiLogger\">FlexiLogger</a>",];
|
||
|
|
||
|
if (window.register_implementors) {
|
||
|
window.register_implementors(implementors);
|
||
|
} else {
|
||
|
window.pending_implementors = implementors;
|
||
|
}
|
||
|
|
||
|
})()
|