pub fn spawn_local<Out>(
name: &str,
future: impl Future<Output = Out> + 'static,
) -> MustJoinHandle<Out> ⓘwhere
Out: 'static,pub fn spawn_local<Out>(
name: &str,
future: impl Future<Output = Out> + 'static,
) -> MustJoinHandle<Out> ⓘwhere
Out: 'static,