pub type LonghandMergeInputV0 = BoxLonghandInputV0;Aliased Type§
pub struct LonghandMergeInputV0 {
pub property: String,
pub value: String,
pub important: bool,
pub source_order: u32,
}Fields§
§property: String§value: String§important: bool§source_order: u32