Type Definition rust_tcp_ipc::Message

source ·
pub type Message<P> = (<P as Protocol>::Commands, Vec<u8>);
Expand description

A type alias combining a command (as enum-variant) & a message (as byte-vector).