Derive Macro EqAsRefStr
#[derive(EqAsRefStr)]Expand description
Derive the PartialEq and Eq traits using the AsRef<str> implementation of the type.
#[derive(EqAsRefStr)]Derive the PartialEq and Eq traits using the AsRef<str> implementation of the type.