dashboard/src/prelude.rs
2024-03-05 18:17:01 +01:00

3 lines
No EOL
62 B
Rust

pub trait CanonicalName {
fn canonical_name() -> String;
}