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