pub trait HTMLTableSectionElementLayoutHelpers {
    // Required methods
    fn get_background_color(self) -> Option<AbsoluteColor>;
    fn get_height(self) -> LengthOrPercentageOrAuto;
}

Required Methods§

Implementors§