use ;
/// Handler for inbound frames on a specific channel.
///
/// Implement this trait to receive and process frames for a given channel.
/// Register with [`PushClient::on`](crate::PushClient::on) before connecting.
/// Blanket implementation for closures.