pub fn on_join_bss<H, S, E>(
handler: H,
) -> impl Handler<S, E, Output = H::Output>where
H: Handler<S, JoinBssArgs>,
E: AsEvent<JoinBssArgs>,Expand description
Filters WlantapPhyEvents to JoinBssArgs.
The composed event handler must accept JoinBssArgs and is only invoked when such an event
is received by the filter. Otherwise, the filter returns Handled::Unmatched.