pub trait HTMLTableElementLayoutHelpers {
    fn get_background_color(self) -> Option<RGBA>;
    fn get_border(self) -> Option<u32>;
    fn get_cellspacing(self) -> Option<u32>;
    fn get_width(self) -> LengthOrPercentageOrAuto;
}

Required Methods§

Implementors§