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
In a library crate it's better to specify expected error types explicitly rather than relying on generic anyhow errors. thiserror is a crate by the same author, which allows doing this in a convenient fashion.