Trait core::future::IntoFuture [−][src]
Conversion into a Future
.
Associated Types
type Output
[src]
The output that the future will produce on completion.
type Future: Future<Output = Self::Output>
[src]
Which kind of future are we turning this into?