MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / AxisLink

Class AxisLink

src/axis_link.rs:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4/// across multiple plot widgets.
5#[derive(Clone, Debug, Default)]
6pub struct AxisLink {
7 inner: Arc<RwLock<AxisLinkInner>>,
8}
9
10#[derive(Debug, Default)]
11struct AxisLinkInner {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected