NewtypeLowerExp

Macro NewtypeLowerExp 

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