Macro impl_deref

Source
macro_rules! impl_deref {
    ($target:ident for $struct:ident) => { ... };
}