macro_rules! impl_deref {
    ($wrapper:ident) => { ... };
}
Expand description

Implement Deref for the wrapper.