pub fn assert_value_properties<T>(input: T)
Expand description
The round trip test covers types that are used as value field in a rocksdb
column family. Only these types are ever deserialized, and so they’re the only
ones that implement both IntoDisk
and FromDisk
.