Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
rustdoc-html
/
inline_cross
/
auxiliary
/
impl-inline-without-trait.rs
blob: 401a6a44af9a4413f0a8235baf6137cd3cdcfd62 [
file
]
pub
trait
MyTrait
{
/// docs for my_trait_method
fn
my_trait_method
()
{}
}
pub
struct
MyStruct
;
impl
MyTrait
for
MyStruct
{}