Macro newtype_derive::NewtypeMul [] [src]

macro_rules! NewtypeMul {
    ((*) $($tts:tt)*) => { ... };
    (() $($tts:tt)*) => { ... };
    ((&self) $($tts:tt)*) => { ... };
    ((&self, $($rhs:tt)*) $($tts:tt)*) => { ... };
    (($($rhs:tt)*) $($tts:tt)*) => { ... };
}