Macro impl_cmp_os_str

Source
macro_rules! impl_cmp_os_str {
    (<$($life:lifetime),*> $lhs:ty, $rhs: ty) => { ... };
}