PropertyAttributesWhenData

Type Alias PropertyAttributesWhenData 

Source
pub type PropertyAttributesWhenData = Vec<Vec<Option<Arc<dyn Any + Send + Sync>>>>;
Expand description

Data for property build actions associated with when condition assigns.

See PropertyNewArgs::attributes_when_data for more details.

Aliased Typeยง

pub struct PropertyAttributesWhenData { /* private fields */ }