mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
5 lines
265 B
HTML
5 lines
265 B
HTML
<code>pub trait Bravo<B><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>(&self, B: B);
|
|
}</code> |