Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ RangeElementWriter
Class
RangeElementWriter
src/repr/src/strconv.rs:1583–1583 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1581
/// A helper for `format_range` that formats a single record element.
1582
#[derive(Debug)]
1583
pub struct RangeElementWriter<
'a, F>(&'
a mut F);
1584
1585
impl<
'a, F> RangeElementWriter<'
a, F>
1586
where
Callers
1
format_range
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected