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
This is just a type alias of std::convert::Infallible and doesn't add anything specific to futures.
Given that it is relatively common to use std::convert::Infallible directly, it seems unlikely that we will need to provide our own type alias. (Actually, futures-sink uses Infallible directly.)
This is just a type alias of
std::convert::Infallible
and doesn't add anything specific tofutures
.Given that it is relatively common to use
std::convert::Infallible
directly, it seems unlikely that we will need to provide our own type alias. (Actually, futures-sink usesInfallible
directly.)Related: #1832, #1836
The text was updated successfully, but these errors were encountered: