(widget: &PlotWidget)
| 1264 | pub struct Primitive { |
| 1265 | instance_id: u64, |
| 1266 | plot_widget: PlotState, |
| 1267 | } |
| 1268 | |
| 1269 | impl std::fmt::Debug for Primitive { |
| 1270 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 1271 | f.debug_struct("Primitive") |
no test coverage detected