map_begin

Function map_begin 

Source
pub fn map_begin<'sval>(
    stream: &mut (impl Stream<'sval> + ?Sized),
    num_entries: Option<usize>,
) -> Result
Expand description

Start a heterogeneous mapping of arbitrary keys to values.