Macro newtype_derive::NewtypeLowerExp [] [src]

macro_rules! NewtypeLowerExp {
    (() $(pub)* struct $name:ident $_field:tt;) => { ... };
}