MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / MapValueWriter

Class MapValueWriter

src/repr/src/strconv.rs:1873–1873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1871/// A helper for `format_map` that formats a single map value.
1872#[derive(Debug)]
1873pub struct MapValueWriter<'a, F>(&'a mut F);
1874
1875impl<'a, F> MapValueWriter<'a, F>
1876where

Callers 1

format_mapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected