Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
where.bravo_trait_decl.html
blob: 3f1c994b0b25d6a4b05e4d623414cfeb674459b9 [
file
] [
log
] [
blame
] [
edit
]
<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>