8 lines
107 B
Rust
8 lines
107 B
Rust
|
pub struct _ExternalStruct {}
|
||
|
|
||
|
impl _ExternalStruct {
|
||
|
pub fn _foo(self) {}
|
||
|
}
|
||
|
|
||
|
pub fn _exernal_foo() {}
|