MCPcopy Index your code
hub / github.com/eliotbo/bevy_plot / Plotable

Interface Plotable

src/plot/plot_format.rs:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8pub trait Plotable {
9 fn into_plot_format(&self) -> PlotFormat;
10}
11
12impl Plotable for Vec<Vec2> {
13 fn into_plot_format(&self) -> PlotFormat {

Callers

nothing calls this directly

Implementers 1

plot_format.rssrc/plot/plot_format.rs

Calls

no outgoing calls

Tested by

no test coverage detected