Macro either::impl_specific_ref_and_mut

source ยท
macro_rules! impl_specific_ref_and_mut {
    ($t:ty, $($attr:meta),* ) => { ... };
}