show

Function show 

Source
fn show(packet: &ReceivedPacketRef<'_>) -> bool
Expand 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.