Function rust_ipfs::unixfs::get

source ·
pub async fn get<'a, P: AsRef<Path>>(
    ipfs: &Ipfs,
    path: IpfsPath,
    dest: P
) -> Result<BoxStream<'a, UnixfsStatus>>