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
SFVResult's error type is &'static str, which is limited in what it can provide. If we introduce an Error struct to wrap them, we can add other information like the input position at which a parse error occurred.
The text was updated successfully, but these errors were encountered:
SFVResult
's error type is&'static str
, which is limited in what it can provide. If we introduce anError
struct to wrap them, we can add other information like the input position at which a parse error occurred.The text was updated successfully, but these errors were encountered: