pub type Connection = ConnectionPoint;
Expand description
https://wiki.factorio.com/Blueprint_string_format#Connection_object
Aliased Type§
pub struct Connection {
pub red: Option<Vec<ConnectionData>>,
pub green: Option<Vec<ConnectionData>>,
}
Fields§
§red: Option<Vec<ConnectionData>>
§green: Option<Vec<ConnectionData>>