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
Great library, however currently the error types for fetch_* calls are Result<T, Box<dyn Error>> which makes the crate extremely unergonomic especially in async contexts. Would be better to return concrete types instead.
Great library, however currently the error types for
fetch_*calls areResult<T, Box<dyn Error>>which makes the crate extremely unergonomic especially in async contexts. Would be better to return concrete types instead.