Skip to main content

flow_gate_xml/schema/
datatypes.rs

1#[derive(Debug, Clone, PartialEq)]
2pub struct ParameterElement {
3    pub name: String,
4}
5
6#[derive(Debug, Clone, PartialEq)]
7pub struct CoordinateElement {
8    pub value: f64,
9}