DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb12u3 / tests / rustdoc / type-alias / auxiliary / parent-crate-115718.rs
123456789
pub struct MyStruct<T>(T); pub trait MyTrait1 { fn method_trait_1(); } impl MyTrait1 for MyStruct<u16> { fn method_trait_1() {} }