pub type PropertyBuildActionsWhenData = Vec<Vec<Option<Arc<dyn Any + Send + Sync>>>>;
Expand description
Data for property build actions associated with when conditions.
See PropertyNewArgs::build_actions_when_data
for more details.
Aliased Typeยง
struct PropertyBuildActionsWhenData { /* private fields */ }