NewtypeUpperExp

Macro NewtypeUpperExp 

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