Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
pub trait PlotArg {
114
fn as_plot(&self) -> Plot;
115
}
116
117
impl PlotArg for () {
118
fn as_plot(&self) -> Plot {
Callers
nothing calls this directly
Implementers
2
polynomial.rs
src/polynomial.rs
plot.rs
src/plots/plot.rs
Calls
no outgoing calls
Tested by
no test coverage detected