MCPcopy Index your code
hub / github.com/askanium/rustplotlib / datum.rs

File datum.rs

src/views/datum.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/// A trait that defines interaction with a data point used in a bar chart.
2/// This provides greater flexibility in using different data sources as one
3/// can simply implement this trait and be able to use that data in a bar chart.
4pub trait BarDatum {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected