[][src]Macro heim_common::wrap

macro_rules! wrap {
    ($type:path, $inner:path) => { ... };
    ($lifetime:tt, $type:path, $inner:path) => { ... };
}

Generate boilerplate code for newtypes hiding the platform-specific implementations.