Macro newtype_derive_2018::NewtypeNeg[][src]

macro_rules! NewtypeNeg {
    ((*) $vis : vis struct $name : ident $($body : tt) +) => { ... };
    (($(where $($bound : tt) *) ?) $vis : vis struct $name : ident $($body : tt)
 +) => { ... };
    ((& self) $vis : vis struct $name : ident $($body : tt) +) => { ... };
    (((& self) where $($bound : tt) *) $vis : vis struct $name : ident
 $($body : tt) +) => { ... };
}