pub async fn stream_remote_output<F>( client: &ColabClient, server: &StoredServer, command: &str, on_chunk: F, cancel: impl Future<Output = ()>, ) -> Result<()>where F: FnMut(&str) -> bool,