[][src]Function seed::fetch::spawn_local

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