pub trait ReceiveMsgBytes {
    fn receive_msg_bytes(&mut self, msg_bytes: &[u8], complete: &mut bool) -> bool;
}

Required Methods§

Implementors§