pub trait HTMLTableRowElementLayoutHelpers {
    fn get_background_color(self) -> Option<RGBA>;
}

Required Methods§

Implementors§