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

Enum EdgeColor

src/graph.rs:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8/// EgdeColor::Mixed, the color is selected via an array of colors.
9#[derive(Debug)]
10pub enum EdgeColor {
11 Use(Color),
12 Mixed,
13}
14
15#[derive(Debug)]
16pub struct GraphDesc {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected