Macro thinwrap::thin_wrap[][src]

macro_rules! thin_wrap {
    ($outer: ident, $inner: ty) => { ... };
    ($v:vis, $outer: ident, $inner: ty) => { ... };
}
Expand description

thin_wrap is a macro for creating a new struct that directly derefs into an inner struct.