summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/whitespace-after-where-clause.trait.html
blob: 0928b48e6b64cf9b9b1d1e8f998e32532cde13ac (plain)
1
2
3
4
5
6
7
8
<pre class="rust item-decl"><code>pub trait ToOwned&lt;T&gt;<span class="where fmt-newline">where
    T: <a class="trait" href="{{channel}}/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</span>{
    type <a href="#associatedtype.Owned" class="associatedtype">Owned</a>;

    // Required methods
    fn <a href="#tymethod.to_owned" class="fn">to_owned</a>(&amp;self) -&gt; Self::<a class="associatedtype" href="trait.ToOwned.html#associatedtype.Owned" title="type foo::ToOwned::Owned">Owned</a>;
<span class="item-spacer" />    fn <a href="#tymethod.whatever" class="fn">whatever</a>(&amp;self) -&gt; T;
}</code></pre>