Skip to main content

stream_remote_output

Function stream_remote_output 

Source
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,