Macro newtype_derive::NewtypeNot [] [src]

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