MCPcopy 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)]
1583pub struct RangeElementWriter<'a, F>(&'a mut F);
1584
1585impl<'a, F> RangeElementWriter<'a, F>
1586where

Callers 1

format_rangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected