PropertyAttributes

Type Alias PropertyAttributes 

Source
pub type PropertyAttributes = Vec<Vec<Box<dyn AnyPropertyAttribute>>>;
Expand description

Property attribute build actions that must be applied to property args.

See PropertyNewArgs::attributes for more details.

Aliased Typeยง

pub struct PropertyAttributes { /* private fields */ }