pub type TextDecorationInset = GenericTextDecorationInset<Length>;Expand description
Implements type for text-decoration-inset property.
Aliased Type§
#[repr(C, u8)]pub enum TextDecorationInset {
Auto,
Length {
start: CSSPixelLength,
end: CSSPixelLength,
},
}