Macro impl_str_eq

Source
macro_rules! impl_str_eq {
    ($lhs:ty, $rhs: ty) => { ... };
}