pub fn test_encode_decode<V: Sized + PartialEq + Serialize + Deserialize>(
v: &V,
) -> Result<bool>Expand description
exported as a convenient function to test the implementation of
Serialize and
Deserialize.
pub fn test_encode_decode<V: Sized + PartialEq + Serialize + Deserialize>(
v: &V,
) -> Result<bool>exported as a convenient function to test the implementation of
Serialize and
Deserialize.