pub type PropertyBuildActions = Vec<Vec<Box<dyn AnyPropertyBuildAction>>>;
Expand description
Property build actions that must be applied to property args.
See PropertyNewArgs::build_actions
for more details.
Aliased Typeยง
struct PropertyBuildActions { /* private fields */ }