[−][src]Trait websocket::async::futures::future::FutureFrom
Asynchronous conversion from a type T
.
This trait is analogous to std::convert::From
, adapted to asynchronous
computation.
Associated Types
Required Methods
fn future_from(T) -> Self::Future
Consume the given value, beginning the conversion.