summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/whitespace-after-where-clause.struct.html
blob: bc62a3a0015e303a6611ef99ea256914414ef961 (plain)
1
2
3
4
5
<pre class="rust item-decl"><code>pub struct Struct&lt;'a, B&gt;<div class="where">where
    B: <a class="trait" href="trait.ToOwned.html" title="trait foo::ToOwned">ToOwned</a>&lt;<a class="primitive" href="{{channel}}/std/primitive.unit.html">()</a>&gt; + ?<a class="trait" href="{{channel}}/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + 'a,</div>{
    pub a: <a class="primitive" href="{{channel}}/std/primitive.reference.html">&amp;'a B</a>,
    pub b: <a class="primitive" href="{{channel}}/std/primitive.u32.html">u32</a>,
}</code></pre>