pub type DecisionNodeData = DecisionNodeContent;Aliased Type§
pub struct DecisionNodeData {
pub key: Arc<str>,
pub transform_attributes: TransformAttributes,
}Fields§
§key: Arc<str>§transform_attributes: TransformAttributespub type DecisionNodeData = DecisionNodeContent;pub struct DecisionNodeData {
pub key: Arc<str>,
pub transform_attributes: TransformAttributes,
}key: Arc<str>§transform_attributes: TransformAttributes