Length of the original msgpack section in bytes.
(&self)
| 323 | |
| 324 | /// Length of the original msgpack section in bytes. |
| 325 | pub fn msgpack_len(&self) -> usize { |
| 326 | self.msgpack.len() |
| 327 | } |
| 328 | |
| 329 | /// Access the borrowed msgpack bytes. |
| 330 | pub fn msgpack_bytes(&self) -> &[u8] { |