macro_rules! derive_pattern_clone {
    (clone $t:ident with |$s:ident| $e:expr) => { ... };
}
Expand description

This macro generates a Clone impl for string pattern API wrapper types of the form X<’a, P>