pub trait Snaked {
    fn snaked() -> &'static str;
}

Required Methods

Implementors