NewtypeDisplay

Macro NewtypeDisplay 

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