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