Macro forward_ref_unop
macro_rules! forward_ref_unop {
(impl $imp:ident, $method:ident for $t:ty, $(#[$attr:meta])+) => { ... };
}
forward_ref_unopmacro_rules! forward_ref_unop {
(impl $imp:ident, $method:ident for $t:ty, $(#[$attr:meta])+) => { ... };
}