| 4 | /// across multiple plot widgets. |
| 5 | #[derive(Clone, Debug, Default)] |
| 6 | pub struct AxisLink { |
| 7 | inner: Arc<RwLock<AxisLinkInner>>, |
| 8 | } |
| 9 | |
| 10 | #[derive(Debug, Default)] |
| 11 | struct AxisLinkInner { |
nothing calls this directly
no outgoing calls
no test coverage detected