pub type ShapeImageThresholdValue = CssPropertyValue<ShapeImageThreshold>;Aliased Type§
#[repr(C, u8)]pub enum ShapeImageThresholdValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(ShapeImageThreshold),
}pub type ShapeImageThresholdValue = CssPropertyValue<ShapeImageThreshold>;#[repr(C, u8)]pub enum ShapeImageThresholdValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(ShapeImageThreshold),
}