heim_common

Macro wrap

Source
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.