trait.Drop.js 1.17 KiB
Newer Older
Travis CI User's avatar
Travis CI User committed
(function() {var implementors = {};
implementors["db"] = [{text:"impl&lt;T&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/ops/drop/trait.Drop.html\" title=\"trait core::ops::drop::Drop\">Drop</a> for <a class=\"struct\" href=\"db/kv/struct.AutoFlushingOverlayDatabase.html\" title=\"struct db::kv::AutoFlushingOverlayDatabase\">AutoFlushingOverlayDatabase</a>&lt;T&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class=\"trait\" href=\"db/kv/trait.KeyValueDatabase.html\" title=\"trait db::kv::KeyValueDatabase\">KeyValueDatabase</a>,&nbsp;</span>",synthetic:false,types:["db::kv::overlaydb::AutoFlushingOverlayDatabase"]},];
implementors["p2p"] = [{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/ops/drop/trait.Drop.html\" title=\"trait core::ops::drop::Drop\">Drop</a> for <a class=\"struct\" href=\"p2p/struct.P2P.html\" title=\"struct p2p::P2P\">P2P</a>",synthetic:false,types:["p2p::p2p::P2P"]},];

            if (window.register_implementors) {
                window.register_implementors(implementors);
            } else {
                window.pending_implementors = implementors;
            }
        
})()