Function uniffi::rust_future_new
pub fn rust_future_new<F, T, UT>(future: F, tag: UT) -> Handlewhere
F: Future<Output = T> + Send + 'static,
T: LowerReturn<UT> + Send + 'static,
UT: Send + 'static,
dyn RustFutureFfi<<T as LowerReturn<UT>>::ReturnType>: HandleAlloc<UT>,