1 2 3 4 5 6 7
pub struct _ExternalStruct {} impl _ExternalStruct { pub fn _foo(self) {} } pub fn _external_foo() {}