Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
pub trait Plotable {
9
fn into_plot_format(&self) -> PlotFormat;
10
}
11
12
impl Plotable for Vec<Vec2> {
13
fn into_plot_format(&self) -> PlotFormat {
Callers
nothing calls this directly
Implementers
1
plot_format.rs
src/plot/plot_format.rs
Calls
no outgoing calls
Tested by
no test coverage detected