DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / rustdoc-js / foreign-type-path.rs
123456789101112
#![feature(extern_types)] pub mod aaaaaaa { extern "C" { pub type MyForeignType; } impl MyForeignType { pub fn my_method() {} } }