6 lines
56 B
Rust
6 lines
56 B
Rust
pub struct S;
|
|
|
|
impl S {
|
|
pub fn external(&self) {}
|
|
}
|
pub struct S;
|
|
|
|
impl S {
|
|
pub fn external(&self) {}
|
|
}
|