Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
1873
pub struct MapValueWriter<
'a, F>(&'
a mut F);
1874
1875
impl<
'a, F> MapValueWriter<'
a, F>
1876
where
Callers
1
format_map
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected