macro_rules! wrap {
($type:path, $inner:path) => { ... };
($lifetime:tt, $type:path, $inner:path) => { ... };
}
Expand description
Generate boilerplate code for newtypes hiding the platform-specific implementations.
macro_rules! wrap {
($type:path, $inner:path) => { ... };
($lifetime:tt, $type:path, $inner:path) => { ... };
}
Generate boilerplate code for newtypes hiding the platform-specific implementations.