[][src]Function futures_signals::signal::from_future

pub fn from_future<A>(future: A) -> FromFuture<A> where
    A: Future