MCPcopy Create free account
hub / github.com/angular-rust/ux-charts / ChartChannel

Class ChartChannel

src/lib.rs:111–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110#[derive(Default, Debug, Clone)]
111pub struct ChartChannel<E>
112where
113 E: Entity,
114{
115 name: String,
116 color: Color,
117 highlight: Color,
118 state: Visibility,
119 entities: Vec<E>,
120}
121
122impl<E> ChartChannel<E>
123where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected