Thanks to visit codestin.com
Credit goes to docs.rs

Skip to main content

TransportMessage

Type Alias TransportMessage 

Source
pub type TransportMessage<'a> = dyn FnMut(&[u8]) -> bool + 'a;
Expand description

Callback for receiving messages delivered by the transport.

The return value indicates whether the network operation should continue.