macro_rules! add_borrow {
($r#type:path) => { ... };
($r#type:path, $($lifetimes:lifetime),+ $($generics:ident),*) => { ... };
}macro_rules! add_borrow {
($r#type:path) => { ... };
($r#type:path, $($lifetimes:lifetime),+ $($generics:ident),*) => { ... };
}