pub fn read(rec: &[u8]) -> Str<'_>Expand description
The value in a record.
§Panics
In a debug build, if the record is demoted. A demoted record’s payload is a
file address and reading it as a value would hand back twelve bytes of
address as though they were the string, which is the kind of wrong that
looks like data corruption three layers away. Callers check cold first,
and that check is the branch they were going to make anyway.