pub fn serialized_size<T>(value: &T) -> Result<usize>where T: Serialize + ?Sized,
Compute the size of the postcard serialization of T.
T