fn show(packet: &ReceivedPacketRef<'_>) -> boolExpand description
Print one received packet, if it is a text message.
Returning false leaves the packet for any other handler: this one claims only what it printed.
fn show(packet: &ReceivedPacketRef<'_>) -> boolPrint one received packet, if it is a text message.
Returning false leaves the packet for any other handler: this one claims only what it printed.