pub trait BorderSideHelpers { // Required method fn border_color(&self, is_inner_border: bool) -> ColorF; }