Macro dock_core::impl_wrapper
source · macro_rules! impl_wrapper { (no_wrapper_from_type $wrapper: ident$(<$($gen: ident),+>)? $(where $($where_ty: ident: $bound: path),+ =>)? ($type: ty) $(,$($rest: tt)*)?) => { ... }; ($wrapper: ident$(<$($gen: ident),+>)? $(where $($where_ty: ident: $bound: path),+ =>)? ($type: ty) $(,$($rest: tt)*)?) => { ... }; }
Expand description
Implements two-direction From
/Into
and one-direction Deref
/DeferMut
traits for the supplied wrapper and type.