pub trait HTMLBodyElementLayoutHelpers {
    fn get_background_color(self) -> Option<RGBA>;
    fn get_color(self) -> Option<RGBA>;
    fn get_background(self) -> Option<ServoUrl>;
}

Required Methods§

Implementors§