[][src]Macro structural::impl_structural_dyn

macro_rules! impl_structural_dyn {
    (
        impl[$($typarams:tt)*] $self_:ty 
        $( where[$($where_:tt)*] )?
    ) => { ... };
}

Implements StructuralDyn for some type,by delegating to Structural.