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

Interface CommonGraph

src/graph.rs:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2use crate::render;
3
4pub trait CommonGraph {
5 fn as_common_graph(&self) -> Graph;
6}
7
8/// EgdeColor::Mixed, the color is selected via an array of colors.
9#[derive(Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected