MCPcopy Create free account
hub / github.com/Euphrasiologist/nu_plugin_plot / Plotter

Interface Plotter

src/lib.rs:217–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217trait Plotter {
218 fn plot(
219 &self,
220 call: &EvaluatedCall,
221 input: &Value,
222 ) -> Result<Value, LabeledError>;
223 fn plot_nested(
224 &self,
225 call: &EvaluatedCall,
226 input: &Value,
227 ) -> Result<Value, LabeledError>;
228}
229
230impl Plotter for CommandPlot {
231 fn plot(

Callers

nothing calls this directly

Implementers 1

lib.rssrc/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected