macro_rules! control_trait_proxy_impls {
($target:ident) => { ... };
}Expand description
Proxies all the Control trait methods (except Control::handle_routed_message) to the
specified struct member. This macro can be used to reduce boilerplate code for derived widgets.