Lines Matching refs:LabelStyle
55 pub enum LabelStyle {
67 pub style: LabelStyle,
80 style: LabelStyle,
92 /// Create a new label with a style of [`LabelStyle::Primary`].
94 /// [`LabelStyle::Primary`]: LabelStyle::Primary
96 Label::new(LabelStyle::Primary, file_id, range)
99 /// Create a new label with a style of [`LabelStyle::Secondary`].
101 /// [`LabelStyle::Secondary`]: LabelStyle::Secondary
103 Label::new(LabelStyle::Secondary, file_id, range)