(&self, f: &mut fmt::Formatter<'_>)
| 277 | } |
| 278 | impl fmt::Display for ShapeId { |
| 279 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 280 | write!(f, "Shape({})", self.0) |
| 281 | } |
| 282 | } |
| 283 | |
| 284 | /// A collection of per-point styled data to be plotted. |
nothing calls this directly
no outgoing calls
no test coverage detected