macro_rules! widget_wrapper_pod_body {
    ($wrapped:ty, $field:ident) => { ... };
}
Expand description

A macro to help implementation of WidgetWrapper for a wrapper of a typed pod. Use it in the body of the impl.