You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HasDimension trait is required when implementing IntoTextStyle, as into_text_style is a required function. It is impossible for a user of the crate to implement IntoTextStyle on their type without this change.
What is the feature ?
The
HasDimension
trait is required when implementingIntoTextStyle
, asinto_text_style
is a required function. It is impossible for a user of the crate to implementIntoTextStyle
on their type without this change.plotters/plotters/src/style/text.rs
Line 40 in 3ad52da
Use-case
For an example of where this functionality would be useful, see this example.
The text was updated successfully, but these errors were encountered: