Searched refs:msg_serialize (Results 1 – 2 of 2) sorted by relevance
57 let msg_serialize = SerializeDescriptors::new(&msg); in send() localVariable58 let msg_json = serde_json::to_vec(&msg_serialize).map_err(Error::Json)?; in send()59 let msg_descriptors = msg_serialize.into_descriptors(); in send()
177 let msg_serialize = SerializeDescriptors::new(&msg); in serialize_and_send() localVariable178 let msg_json = serde_json::to_vec(&msg_serialize).map_err(Error::Json)?; in serialize_and_send()179 let msg_descriptors = msg_serialize.into_descriptors(); in serialize_and_send()427 let msg_serialize = SerializeDescriptors::new(&tube_1); in test_serialize_tube() localVariable428 let serialized = serde_json::to_vec(&msg_serialize).unwrap(); in test_serialize_tube()429 let msg_descriptors = msg_serialize.into_descriptors(); in test_serialize_tube()