Macro newtype_derive::NewtypeIndex [] [src]

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