mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-25 19:35:06 +00:00
8 lines
No EOL
30 KiB
HTML
8 lines
No EOL
30 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `ItemTreeLoc` trait in crate `hir_def`."><title>ItemTreeLoc in hir_def - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-42caa33d.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="hir_def" data-themes="" data-resource-suffix="" data-rustdoc-version="1.84.0 (9fc6b4312 2025-01-07)" data-channel="1.84.0" data-search-js="search-92e6798f.js" data-settings-js="settings-0f613d39.js" ><script src="../static.files/storage-59e33391.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-5f194d8c.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../hir_def/index.html">hir_def</a><span class="version">0.0.0</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Item<wbr>Tree<wbr>Loc</a></h2><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.Container" title="Container">Container</a></li><li><a href="#associatedtype.Id" title="Id">Id</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.container" title="container">container</a></li><li><a href="#tymethod.item_tree_id" title="item_tree_id">item_tree_id</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="index.html">In crate hir_<wbr>def</a></h2></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><span class="rustdoc-breadcrumbs"><a href="index.html">hir_def</a></span><h1>Trait <span class="trait">ItemTreeLoc</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/hir_def/lib.rs.html#180-185">Source</a> </span></div><pre class="rust item-decl"><code>pub trait ItemTreeLoc {
|
|
type <a href="#associatedtype.Container" class="associatedtype">Container</a>;
|
|
type <a href="#associatedtype.Id" class="associatedtype">Id</a>;
|
|
|
|
// Required methods
|
|
fn <a href="#tymethod.item_tree_id" class="fn">item_tree_id</a>(&self) -> <a class="struct" href="item_tree/struct.ItemTreeId.html" title="struct hir_def::item_tree::ItemTreeId">ItemTreeId</a><Self::<a class="associatedtype" href="trait.ItemTreeLoc.html#associatedtype.Id" title="type hir_def::ItemTreeLoc::Id">Id</a>>;
|
|
<span class="item-spacer"></span> fn <a href="#tymethod.container" class="fn">container</a>(&self) -> Self::<a class="associatedtype" href="trait.ItemTreeLoc.html#associatedtype.Container" title="type hir_def::ItemTreeLoc::Container">Container</a>;
|
|
}</code></pre><h2 id="required-associated-types" class="section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><section id="associatedtype.Container" class="method"><a class="src rightside" href="../src/hir_def/lib.rs.html#181">Source</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a></h4></section><section id="associatedtype.Id" class="method"><a class="src rightside" href="../src/hir_def/lib.rs.html#182">Source</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a></h4></section></div><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.item_tree_id" class="method"><a class="src rightside" href="../src/hir_def/lib.rs.html#183">Source</a><h4 class="code-header">fn <a href="#tymethod.item_tree_id" class="fn">item_tree_id</a>(&self) -> <a class="struct" href="item_tree/struct.ItemTreeId.html" title="struct hir_def::item_tree::ItemTreeId">ItemTreeId</a><Self::<a class="associatedtype" href="trait.ItemTreeLoc.html#associatedtype.Id" title="type hir_def::ItemTreeLoc::Id">Id</a>></h4></section><section id="tymethod.container" class="method"><a class="src rightside" href="../src/hir_def/lib.rs.html#184">Source</a><h4 class="code-header">fn <a href="#tymethod.container" class="fn">container</a>(&self) -> Self::<a class="associatedtype" href="trait.ItemTreeLoc.html#associatedtype.Container" title="type hir_def::ItemTreeLoc::Container">Container</a></h4></section></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-AssocItemLoc%3CConst%3E" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#238">Source</a><a href="#impl-ItemTreeLoc-for-AssocItemLoc%3CConst%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="struct" href="struct.AssocItemLoc.html" title="struct hir_def::AssocItemLoc">AssocItemLoc</a><<a class="struct" href="item_tree/struct.Const.html" title="struct hir_def::item_tree::Const">Const</a>></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#238">Source</a><a href="#associatedtype.Container-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="enum" href="enum.ItemContainerId.html" title="enum hir_def::ItemContainerId">ItemContainerId</a></h4></section><section id="associatedtype.Id-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#238">Source</a><a href="#associatedtype.Id-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.Const.html" title="struct hir_def::item_tree::Const">Const</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-AssocItemLoc%3CFunction%3E" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#214">Source</a><a href="#impl-ItemTreeLoc-for-AssocItemLoc%3CFunction%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="struct" href="struct.AssocItemLoc.html" title="struct hir_def::AssocItemLoc">AssocItemLoc</a><<a class="struct" href="item_tree/struct.Function.html" title="struct hir_def::item_tree::Function">Function</a>></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#214">Source</a><a href="#associatedtype.Container-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="enum" href="enum.ItemContainerId.html" title="enum hir_def::ItemContainerId">ItemContainerId</a></h4></section><section id="associatedtype.Id-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#214">Source</a><a href="#associatedtype.Id-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.Function.html" title="struct hir_def::item_tree::Function">Function</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-AssocItemLoc%3CTypeAlias%3E" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#262">Source</a><a href="#impl-ItemTreeLoc-for-AssocItemLoc%3CTypeAlias%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="struct" href="struct.AssocItemLoc.html" title="struct hir_def::AssocItemLoc">AssocItemLoc</a><<a class="struct" href="item_tree/struct.TypeAlias.html" title="struct hir_def::item_tree::TypeAlias">TypeAlias</a>></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-3" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#262">Source</a><a href="#associatedtype.Container-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="enum" href="enum.ItemContainerId.html" title="enum hir_def::ItemContainerId">ItemContainerId</a></h4></section><section id="associatedtype.Id-3" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#262">Source</a><a href="#associatedtype.Id-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.TypeAlias.html" title="struct hir_def::item_tree::TypeAlias">TypeAlias</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-EnumVariantLoc" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#298">Source</a><a href="#impl-ItemTreeLoc-for-EnumVariantLoc" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="struct" href="struct.EnumVariantLoc.html" title="struct hir_def::EnumVariantLoc">EnumVariantLoc</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-4" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#298">Source</a><a href="#associatedtype.Container-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="struct" href="struct.EnumId.html" title="struct hir_def::EnumId">EnumId</a></h4></section><section id="associatedtype.Id-4" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#298">Source</a><a href="#associatedtype.Id-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.Variant.html" title="struct hir_def::item_tree::Variant">Variant</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-ItemLoc%3CExternBlock%3E" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#286">Source</a><a href="#impl-ItemTreeLoc-for-ItemLoc%3CExternBlock%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="struct" href="struct.ItemLoc.html" title="struct hir_def::ItemLoc">ItemLoc</a><<a class="struct" href="item_tree/struct.ExternBlock.html" title="struct hir_def::item_tree::ExternBlock">ExternBlock</a>></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-5" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#286">Source</a><a href="#associatedtype.Container-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="struct" href="struct.ModuleId.html" title="struct hir_def::ModuleId">ModuleId</a></h4></section><section id="associatedtype.Id-5" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#286">Source</a><a href="#associatedtype.Id-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.ExternBlock.html" title="struct hir_def::item_tree::ExternBlock">ExternBlock</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-ItemLoc%3CExternCrate%3E" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#280">Source</a><a href="#impl-ItemTreeLoc-for-ItemLoc%3CExternCrate%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="struct" href="struct.ItemLoc.html" title="struct hir_def::ItemLoc">ItemLoc</a><<a class="struct" href="item_tree/struct.ExternCrate.html" title="struct hir_def::item_tree::ExternCrate">ExternCrate</a>></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-6" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#280">Source</a><a href="#associatedtype.Container-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="struct" href="struct.ModuleId.html" title="struct hir_def::ModuleId">ModuleId</a></h4></section><section id="associatedtype.Id-6" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#280">Source</a><a href="#associatedtype.Id-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.ExternCrate.html" title="struct hir_def::item_tree::ExternCrate">ExternCrate</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-ItemLoc%3CImpl%3E" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#268">Source</a><a href="#impl-ItemTreeLoc-for-ItemLoc%3CImpl%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="struct" href="struct.ItemLoc.html" title="struct hir_def::ItemLoc">ItemLoc</a><<a class="struct" href="item_tree/struct.Impl.html" title="struct hir_def::item_tree::Impl">Impl</a>></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-7" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#268">Source</a><a href="#associatedtype.Container-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="struct" href="struct.ModuleId.html" title="struct hir_def::ModuleId">ModuleId</a></h4></section><section id="associatedtype.Id-7" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#268">Source</a><a href="#associatedtype.Id-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.Impl.html" title="struct hir_def::item_tree::Impl">Impl</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-ItemLoc%3CStruct%3E" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#220">Source</a><a href="#impl-ItemTreeLoc-for-ItemLoc%3CStruct%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="struct" href="struct.ItemLoc.html" title="struct hir_def::ItemLoc">ItemLoc</a><<a class="struct" href="item_tree/struct.Struct.html" title="struct hir_def::item_tree::Struct">Struct</a>></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-8" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#220">Source</a><a href="#associatedtype.Container-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="struct" href="struct.ModuleId.html" title="struct hir_def::ModuleId">ModuleId</a></h4></section><section id="associatedtype.Id-8" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#220">Source</a><a href="#associatedtype.Id-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.Struct.html" title="struct hir_def::item_tree::Struct">Struct</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-ItemLoc%3CUse%3E" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#274">Source</a><a href="#impl-ItemTreeLoc-for-ItemLoc%3CUse%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="struct" href="struct.ItemLoc.html" title="struct hir_def::ItemLoc">ItemLoc</a><<a class="struct" href="item_tree/struct.Use.html" title="struct hir_def::item_tree::Use">Use</a>></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-9" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#274">Source</a><a href="#associatedtype.Container-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="struct" href="struct.ModuleId.html" title="struct hir_def::ModuleId">ModuleId</a></h4></section><section id="associatedtype.Id-9" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#274">Source</a><a href="#associatedtype.Id-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.Use.html" title="struct hir_def::item_tree::Use">Use</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-Macro2Loc" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#311">Source</a><a href="#impl-ItemTreeLoc-for-Macro2Loc" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="struct" href="struct.Macro2Loc.html" title="struct hir_def::Macro2Loc">Macro2Loc</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-10" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#311">Source</a><a href="#associatedtype.Container-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="struct" href="struct.ModuleId.html" title="struct hir_def::ModuleId">ModuleId</a></h4></section><section id="associatedtype.Id-10" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#311">Source</a><a href="#associatedtype.Id-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.Macro2.html" title="struct hir_def::item_tree::Macro2">Macro2</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-MacroRulesLoc" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#324">Source</a><a href="#impl-ItemTreeLoc-for-MacroRulesLoc" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="struct" href="struct.MacroRulesLoc.html" title="struct hir_def::MacroRulesLoc">MacroRulesLoc</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-11" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#324">Source</a><a href="#associatedtype.Container-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="struct" href="struct.ModuleId.html" title="struct hir_def::ModuleId">ModuleId</a></h4></section><section id="associatedtype.Id-11" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#324">Source</a><a href="#associatedtype.Id-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.MacroRules.html" title="struct hir_def::item_tree::MacroRules">MacroRules</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-ProcMacroLoc" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#353">Source</a><a href="#impl-ItemTreeLoc-for-ProcMacroLoc" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="struct" href="struct.ProcMacroLoc.html" title="struct hir_def::ProcMacroLoc">ProcMacroLoc</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-12" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#353">Source</a><a href="#associatedtype.Container-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="struct" href="struct.CrateRootModuleId.html" title="struct hir_def::CrateRootModuleId">CrateRootModuleId</a></h4></section><section id="associatedtype.Id-12" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#353">Source</a><a href="#associatedtype.Id-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.Function.html" title="struct hir_def::item_tree::Function">Function</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-ItemLoc%3CEnum%3E" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#232">Source</a><a href="#impl-ItemTreeLoc-for-ItemLoc%3CEnum%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="type" href="type.EnumLoc.html" title="type hir_def::EnumLoc">EnumLoc</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-13" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#232">Source</a><a href="#associatedtype.Container-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="struct" href="struct.ModuleId.html" title="struct hir_def::ModuleId">ModuleId</a></h4></section><section id="associatedtype.Id-13" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#232">Source</a><a href="#associatedtype.Id-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.Enum.html" title="struct hir_def::item_tree::Enum">Enum</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-AssocItemLoc%3CStatic%3E" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#244">Source</a><a href="#impl-ItemTreeLoc-for-AssocItemLoc%3CStatic%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="type" href="type.StaticLoc.html" title="type hir_def::StaticLoc">StaticLoc</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-14" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#244">Source</a><a href="#associatedtype.Container-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="enum" href="enum.ItemContainerId.html" title="enum hir_def::ItemContainerId">ItemContainerId</a></h4></section><section id="associatedtype.Id-14" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#244">Source</a><a href="#associatedtype.Id-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.Static.html" title="struct hir_def::item_tree::Static">Static</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-ItemLoc%3CTraitAlias%3E" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#256">Source</a><a href="#impl-ItemTreeLoc-for-ItemLoc%3CTraitAlias%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="type" href="type.TraitAliasLoc.html" title="type hir_def::TraitAliasLoc">TraitAliasLoc</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-15" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#256">Source</a><a href="#associatedtype.Container-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="struct" href="struct.ModuleId.html" title="struct hir_def::ModuleId">ModuleId</a></h4></section><section id="associatedtype.Id-15" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#256">Source</a><a href="#associatedtype.Id-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.TraitAlias.html" title="struct hir_def::item_tree::TraitAlias">TraitAlias</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-ItemLoc%3CTrait%3E" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#250">Source</a><a href="#impl-ItemTreeLoc-for-ItemLoc%3CTrait%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="type" href="type.TraitLoc.html" title="type hir_def::TraitLoc">TraitLoc</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-16" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#250">Source</a><a href="#associatedtype.Container-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="struct" href="struct.ModuleId.html" title="struct hir_def::ModuleId">ModuleId</a></h4></section><section id="associatedtype.Id-16" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#250">Source</a><a href="#associatedtype.Id-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.Trait.html" title="struct hir_def::item_tree::Trait">Trait</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ItemTreeLoc-for-ItemLoc%3CUnion%3E" class="impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#226">Source</a><a href="#impl-ItemTreeLoc-for-ItemLoc%3CUnion%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ItemTreeLoc.html" title="trait hir_def::ItemTreeLoc">ItemTreeLoc</a> for <a class="type" href="type.UnionLoc.html" title="type hir_def::UnionLoc">UnionLoc</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Container-17" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#226">Source</a><a href="#associatedtype.Container-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Container" class="associatedtype">Container</a> = <a class="struct" href="struct.ModuleId.html" title="struct hir_def::ModuleId">ModuleId</a></h4></section><section id="associatedtype.Id-17" class="associatedtype trait-impl"><a class="src rightside" href="../src/hir_def/lib.rs.html#226">Source</a><a href="#associatedtype.Id-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Id" class="associatedtype">Id</a> = <a class="struct" href="item_tree/struct.Union.html" title="struct hir_def::item_tree::Union">Union</a></h4></section></div></details></div><script src="../trait.impl/hir_def/trait.ItemTreeLoc.js" async></script></section></div></main></body></html> |