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
/// can be very fast for enums with a surprisingly large number of enum variants.
59
59
///
60
60
/// The default error type is `strum::ParseError`. This can be overriden by applying both the
61
-
/// `parse_err_ty` and `parse_err_fn` attributes at the type level. `parse_error_fn` should be a
62
-
/// function that accepts an `&str` and returns the type `parse_error_ty`. See
63
-
/// [this test case](https://github.com/Peternator7/strum/blob/9db3c4dc9b6f585aeb9f5f15f9cc18b6cf4fd780/strum_tests/tests/from_str.rs#L233)
61
+
/// `parse_err_ty` and `parse_err_fn` attributes at the type level. `parse_err_fn` should be a
62
+
/// function that accepts an `&str` and returns the type `parse_err_ty`. See [this test
0 commit comments