pub trait HTMLHRLayoutHelpers {
    fn get_color(self) -> Option<RGBA>;
    fn get_width(self) -> LengthOrPercentageOrAuto;
}

Required Methods§

Implementors§