Files
Trac3r-rust/doc/implementors/lock_api/remutex/trait.GetThreadId.js
2020-01-23 23:13:36 -08:00

9 lines
618 B
JavaScript

(function() {var implementors = {};
implementors["parking_lot"] = [{text:"impl <a class=\"trait\" href=\"lock_api/remutex/trait.GetThreadId.html\" title=\"trait lock_api::remutex::GetThreadId\">GetThreadId</a> for <a class=\"struct\" href=\"parking_lot/struct.RawThreadId.html\" title=\"struct parking_lot::RawThreadId\">RawThreadId</a>",synthetic:false,types:["parking_lot::remutex::RawThreadId"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()