Macro newtype_derive::NewtypeIndexMut [] [src]

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