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