Type Definition toad_msg::alloc::Message

source ·
pub type Message = Message<Vec<u8>, BTreeMap<OptNumber, Vec<OptValue<Vec<u8>>>>>;
Expand description

crate::Message that uses Vec and BTreeMap