Function seed::fetch::spawn_local

source ·
pub fn spawn_local<F>(future: F)where
    F: Future<Item = (), Error = JsValue> + 'static,