MCPcopy Create free account
hub / github.com/elftausend/graplot / PlotArg

Interface PlotArg

src/plots/plot.rs:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112
113pub trait PlotArg {
114 fn as_plot(&self) -> Plot;
115}
116
117impl PlotArg for () {
118 fn as_plot(&self) -> Plot {

Callers

nothing calls this directly

Implementers 2

polynomial.rssrc/polynomial.rs
plot.rssrc/plots/plot.rs

Calls

no outgoing calls

Tested by

no test coverage detected