wasmer/rustdoc/implementors/std/sys/unix/ext/io/trait.FromRawFd.js
2019-09-06 15:57:44 -07:00

11 lines
640 B
JavaScript

(function() {var implementors = {};
implementors["nix"] = [{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/sys/unix/ext/io/trait.FromRawFd.html\" title=\"trait std::sys::unix::ext::io::FromRawFd\">FromRawFd</a> for <a class=\"struct\" href=\"nix/sys/inotify/struct.Inotify.html\" title=\"struct nix::sys::inotify::Inotify\">Inotify</a>",synthetic:false,types:["nix::sys::inotify::Inotify"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()