Function gain_lep::future::future_obj[][src]

pub fn future_obj<T: Future<Output = Res> + 'static>(future: T) -> Obj
Expand description

Wrap an asynchronous result into a Lep object.