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