[−][src]Trait std::future::IntoFuture
Conversion into a Future
.
Associated Types
type Output
The output that the future will produce on completion.
type Future: Future
Which kind of future are we turning this into?
Required methods
Loading content...Implementors
impl<F> IntoFuture for F where
F: Future,
[src]
F: Future,