3 lines
No EOL
62 B
Rust
3 lines
No EOL
62 B
Rust
pub trait CanonicalName {
|
|
fn canonical_name() -> String;
|
|
} |