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

Interface Entity

src/lib.rs:98–101  ·  view source on GitHub ↗

A chart entity such as a point, a bar, a pie...

Source from the content-addressed store, hash-verified

96
97/// A chart entity such as a point, a bar, a pie...
98pub trait Entity {
99 fn free(&mut self);
100 fn save(&self);
101}
102
103pub trait Drawable<C>
104where

Callers

nothing calls this directly

Implementers 5

pie.rssrc/pie.rs
bar.rssrc/bar.rs
radar.rssrc/radar.rs
line.rssrc/line.rs
gauge.rssrc/gauge.rs

Calls

no outgoing calls

Tested by

no test coverage detected