pub trait HTMLTableRowElementLayoutHelpers {
    // Required method
    fn get_background_color(self) -> Option<AbsoluteColor>;
}

Required Methods§

Implementors§