there seems to be this new `IntoFuture` trait that...
# development
h
there seems to be this new
IntoFuture
trait that says it's implemented on
Result<T,E>
and seems like it's meant to be the way to lift a result into a future, but I couldn't get it to typecheck
a
i haven’t used this before and it sounds like it might be from the use of the two futures crates
as you’ve said