| 20 | |
| 21 | type FigureConfigRef<'a> = ( |
| 22 | Option<&'a HashMap<String, f32>>, |
| 23 | Option<&'a HashMap<String, (f32, f32)>>, |
| 24 | Option<&'a f32>, |
| 25 | ); |
| 26 | |
| 27 | #[derive(Debug, Deserialize, Serialize)] |
| 28 | pub(crate) struct FigureConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected