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
I decided to use the failure crate for our errors as I was just starting to learn Rust at the time. Since then I've learned that it is probably better to just use std::error::Error and remove an unnecessary dependency.