pub trait HTMLHRLayoutHelpers {
    // Required methods
    fn get_color(self) -> Option<RgbaLegacy>;
    fn get_width(self) -> LengthOrPercentageOrAuto;
}

Required Methods§

Implementors§