style::properties_and_values::rule

Macro property_descriptors

Source
macro_rules! property_descriptors {
    (
        $( #[$doc: meta] $name: tt $ident: ident: $ty: ty, )*
    ) => { ... };
}