Return the content hash of this exact manifest encoding.
(&self)
| 239 | |
| 240 | /// Return the content hash of this exact manifest encoding. |
| 241 | pub fn content_hash(&self) -> Hash { |
| 242 | Hash::of(&self.to_bytes()) |
| 243 | } |
| 244 | } |
| 245 | |
| 246 | /// Encode `(session_namespace, turn_number)` for ordered Redb scans. |