Macro newtype_derive::NewtypeDerefMut [] [src]

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