macro_rules! forward_impl_to_listener {
($gen:ident => $ty:ty) => { ... };
}Expand description
Implement the Listener trait using the underlying InnerListener.
macro_rules! forward_impl_to_listener {
($gen:ident => $ty:ty) => { ... };
}Implement the Listener trait using the underlying InnerListener.