Derive Macro OrdAsRefStr
#[derive(OrdAsRefStr)]Expand description
Derive the Ord and PartialOrd traits using the AsRef<str> implementation of the type.
#[derive(OrdAsRefStr)]Derive the Ord and PartialOrd traits using the AsRef<str> implementation of the type.