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 think it'd be immensely useful if iter_chain can be added on the type that derives Error and delegated to std::error::Error's iter_chain on nightlies with error_iter feature. Sure, one can always convert it into the std::error trait object and do it from there, but I think this will be ergonomic to have it right on the type.
I think it'd be immensely useful if
iter_chain
can be added on the type that derives Error and delegated to std::error::Error's iter_chain on nightlies witherror_iter
feature. Sure, one can always convert it into the std::error trait object and do it from there, but I think this will be ergonomic to have it right on the type.https://doc.rust-lang.org/std/error/trait.Error.html#method.iter_chain
The text was updated successfully, but these errors were encountered: