This crate provides the Abbreviation trait, common in the north-america, europe, south-america, etc crates
This crate provides the Abbreviation trait, common in the north-america, europe, south-america, etc crates
pub trait Abbreviation {
fn abbreviation(&self) -> &'static str;
}