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

Enum ShapeMessage

examples/plot_overlays.rs:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33#[derive(Debug, Clone)]
34enum ShapeMessage {
35 ToggleAnnotation,
36 CycleVertical,
37 CycleHorizontal,
38}
39
40impl App {
41 fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected