pub fn on_set_channel<H, S, E>(
    handler: H
) -> impl Handler<S, E, Output = H::Output>
where H: Handler<S, SetChannelArgs>, E: AsEvent<SetChannelArgs>,
Expand description

Filters WlantapPhyEvents to SetChannelArgs.

The composed event handler must accept SetChannelArgs and is only invoked when such an event is received by the filter. Otherwise, the filter returns Handled::Unmatched.