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

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