Macro newtype_derive::NewtypeDeref [] [src]

macro_rules! NewtypeDeref {
    (() $(pub)* struct $name:ident(pub $t0:ty);) => { ... };
    (() $(pub)* struct $name:ident($t0:ty);) => { ... };
}