pub async fn cat_file(cid_str: String, timeout_secs: u64) -> Result<()>
Output file contents to stdout.
timeout_secs bounds the entire block-fetch operation. A value of 0 disables the timeout (waits indefinitely).
timeout_secs
0