pub fn assert_encode_decode<S: Schema>(key: &S::Key, value: &S::Value)
Expand description

Helper used in tests to assert a (key, value) pair for a certain Schema is able to convert to bytes and convert back.