newtype_derive::NewtypeFrom!
[−]
[src]
macro_rules! NewtypeFrom { (() $(pub)* struct $name:ident(pub $t0:ty);) => { ... }; (() $(pub)* struct $name:ident($t0:ty);) => { ... }; }