(mut self, bytes: Vec<u8>)
| 238 | /// the `SessionEnvelope` (turn number, session ID, timing, files). |
| 239 | #[must_use] |
| 240 | pub fn metadata_bytes(mut self, bytes: Vec<u8>) -> Self { |
| 241 | self.metadata_bytes = bytes; |
| 242 | self |
| 243 | } |
| 244 | |
| 245 | /// Get the metadata bytes. |
| 246 | #[must_use] |
no outgoing calls
no test coverage detected