newtype_derive::NewtypeBitAnd!
[−]
[src]
macro_rules! NewtypeBitAnd { ((*) $($tts:tt)*) => { ... }; (() $($tts:tt)*) => { ... }; ((&self) $($tts:tt)*) => { ... }; ((&self, $($rhs:tt)*) $($tts:tt)*) => { ... }; (($($rhs:tt)*) $($tts:tt)*) => { ... }; }