MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / fmt

Method fmt

src/series.rs:279–281  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

277}
278impl fmt::Display for ShapeId {
279 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
280 write!(f, "Shape({})", self.0)
281 }
282}
283
284/// A collection of per-point styled data to be plotted.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected