Type Alias Variables

Source
pub type Variables = PropertyTypes;

Aliased Type§

struct Variables(pub Vec<PropertyType>);

Fields§

§0: Vec<PropertyType>