A trait that defines a View of a dataset that can be rendered within a chart.
| 8 | |
| 9 | /// A trait that defines a View of a dataset that can be rendered within a chart. |
| 10 | pub trait View<'a> { |
| 11 | fn to_svg(&self) -> Result<Group, Error>; |
| 12 | } |
nothing calls this directly
no outgoing calls
no test coverage detected