Sign in
◑
Theme
rust
/
rust
/
df734af6ae8a7fdc287c5da23fe610573bf2a761
/
.
/
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
{}