Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
9748d87dc70a9a6725c5dbd76ce29d04752b4f90
/
.
/
tests
/
rustdoc
/
inline_cross
/
auxiliary
/
impl-inline-without-trait.rs
blob: 401a6a44af9a4413f0a8235baf6137cd3cdcfd62 [
file
] [
log
] [
blame
]
pub
trait
MyTrait
{
/// docs for my_trait_method
fn
my_trait_method
()
{}
}
pub
struct
MyStruct
;
impl
MyTrait
for
MyStruct
{}