]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/whitespace-after-where-clause.trait.html
Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahc
[rust.git] / src / test / rustdoc / whitespace-after-where-clause.trait.html
1 <div class="docblock item-decl"><pre class="rust trait"><code>pub trait ToOwned&lt;T&gt; <span class="where fmt-newline">where<br />&#160;&#160;&#160;&#160;T: <a class="trait" href="{{channel}}/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&#160;</span>{
2     type <a href="#associatedtype.Owned" class="associatedtype">Owned</a>;
3
4     fn <a href="#tymethod.to_owned" class="fnname">to_owned</a>(&amp;self) -&gt; Self::<a class="associatedtype" href="trait.ToOwned.html#associatedtype.Owned" title="type foo::ToOwned::Owned">Owned</a>;
5 <span class="item-spacer" />    fn <a href="#tymethod.whatever" class="fnname">whatever</a>(&amp;self) -&gt; T;
6 }</code></pre></div>