forward_impl_to_listener

Macro forward_impl_to_listener 

Source
macro_rules! forward_impl_to_listener {
    ($gen:ident => $ty:ty) => { ... };
}
Expand description

Implement the Listener trait using the underlying InnerListener.