MCPcopy Create free account
hub / github.com/SingleRust/SingleRust / FlexValue

Enum FlexValue

src/shared/mod.rs:45–49  ·  view source on GitHub ↗

TODO: implement more flexibility here!

Source from the content-addressed store, hash-verified

43
44// TODO: implement more flexibility here!
45pub enum FlexValue {
46 Absolute(f32),
47 Relative(f32),
48 None,
49}
50
51impl Clone for FlexValue {
52 fn clone(&self) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected