pub fn serialize_map_start(n: usize, buf: &mut [u8]) -> Result<usize, Error>
Expand description

Panics

Will panic under the following conditions:

  • feature ‘map32’ active: n >= 2^32
  • feature ‘map16’ active: n >= 2^16
  • else: n >= 16