pub trait RequirementExt { // Required method fn label(&self, theme: &RequirementLabelTheme) -> Span<'static>; }