MCPcopy Index your code
hub / github.com/askanium/rustplotlib / DatumRepresentation

Interface DatumRepresentation

src/components/mod.rs:9–11  ·  view source on GitHub ↗

A trait that defines behavior of chart components.

Source from the content-addressed store, hash-verified

7
8/// A trait that defines behavior of chart components.
9pub trait DatumRepresentation {
10 fn to_svg(&self) -> Result<Group, Error>;
11}

Callers

nothing calls this directly

Implementers 2

scatter.rssrc/components/scatter.rs
bar.rssrc/components/bar.rs

Calls

no outgoing calls

Tested by

no test coverage detected