[][src]Function geng_core::prelude::bincode::serialized_size

pub fn serialized_size<T>(value: &T) -> Result<u64, Box<ErrorKind>> where
    T: Serialize + ?Sized

Returns the size that an object would be if serialized using Bincode with the default configuration.