Sign in
rust
/
rust
/
e17c2f3eccc7436d7f94c6ed4bc8a367f4c6a7fb
/
.
/
tests
/
rustdoc
/
where.bravo_trait_decl.html
blob: 3f1c994b0b25d6a4b05e4d623414cfeb674459b9 [
file
] [
log
] [
blame
]
<code>
pub trait Bravo<B>
<div
class
=
"where"
>
where
B:
<a
class
=
"trait"
href
=
"trait.MyTrait.html"
title
=
"trait foo::MyTrait"
>
MyTrait
</a>
,
</div>
{
// Required method
fn
<a
href
=
"#tymethod.get"
class
=
"fn"
>
get
</a>
(&self, B: B);
}
</code>