macro_rules! NewtypeRemAssign {
((*) $($tts:tt)*) => { ... };
(() $($tts:tt)*) => { ... };
(($($rhs:tt)*) $($tts:tt)*) => { ... };
}macro_rules! NewtypeRemAssign {
((*) $($tts:tt)*) => { ... };
(() $($tts:tt)*) => { ... };
(($($rhs:tt)*) $($tts:tt)*) => { ... };
}