A trait that defines behavior of chart components.
| 7 | |
| 8 | /// A trait that defines behavior of chart components. |
| 9 | pub trait DatumRepresentation { |
| 10 | fn to_svg(&self) -> Result<Group, Error>; |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected