Macro style::properties_and_values::rule::property_descriptors

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