#[derive(OrdAsRefStr)]
Derive the Ord trait using the AsRef<str> implementation of the type.
Ord
AsRef<str>