NewtypeDebug

Macro NewtypeDebug 

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