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
Either make a builder that lets you do add _env (although currently the builder would only do that so it's not really worth having, which is why I didn't do it in the first place) or fix the HashMap to take either &str or OsStr. Or parameterize so it can take either?
The text was updated successfully, but these errors were encountered:
Either make a builder that lets you do
add _env
(although currently the builder would only do that so it's not really worth having, which is why I didn't do it in the first place) or fix the HashMap to take either &str or OsStr. Or parameterize so it can take either?The text was updated successfully, but these errors were encountered: