Function bincode::serialized_size
source · pub fn serialized_size<T>(value: &T) -> Result<u64>where
T: Serialize + ?Sized,
Expand description
Returns the size that an object would be if serialized using Bincode with the default configuration.
Warning: the default configuration used by this function is not
the same as that used by the DefaultOptions
struct. See the
config
module for more details