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
The error.rs is being imported as mod error; and not pub mod error;. I was trying to match the error returned but couldn't do it I can't access it from my crate.