Type Alias ChanItem

Source
pub type ChanItem = (String, Vec<u8>);
Expand description

A message item that can be returned from a channel.