Function serde_amqp::size_ser::serialized_size

source ยท
pub fn serialized_size<T>(value: &T) -> Result<usize, Error>
where T: Serialize + ?Sized,
Expand description

Obtain the serialized size without allocating Vec<u8>