| 2 | use crate::render; |
| 3 | |
| 4 | pub 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)] |
nothing calls this directly
no outgoing calls
no test coverage detected