Trait script::dom::htmlhrelement::HTMLHRLayoutHelpers
source · pub trait HTMLHRLayoutHelpers {
fn get_color(self) -> Option<RGBA>;
fn get_width(self) -> LengthOrPercentageOrAuto;
}
pub trait HTMLHRLayoutHelpers {
fn get_color(self) -> Option<RGBA>;
fn get_width(self) -> LengthOrPercentageOrAuto;
}