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
error[E0277]: the trait bound `str: std::str::FromStr` is not satisfied --> <anon>:9:10
|
9 | #[derive(PromAttire)]
| ^^^^^^^^^^ the trait `std::str::FromStr` is not implemented for `str`
Probably need to use something like prom_attire_impl::expand::match_parse for parsing the provided default.
The text was updated successfully, but these errors were encountered:
Defaults use
FromStr
only, so you get errors likeProbably need to use something like
prom_attire_impl::expand::match_parse
for parsing the provided default.The text was updated successfully, but these errors were encountered: