summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/where.bravo_trait_decl.html
blob: 00524201a8aca0f4fdfa99f9855ab476c73551d3 (plain)
1
2
3
4
5
<code>pub trait Bravo&lt;B&gt;<span class="where fmt-newline">where
    B: <a class="trait" href="trait.MyTrait.html" title="trait foo::MyTrait">MyTrait</a>,</span>{
    // Required method
    fn <a href="#tymethod.get" class="fn">get</a>(&amp;self, B: B);
}</code>