Function rust_ipfs::unixfs::get

source ·
pub async fn get<'a, P: AsRef<Path>>(
    which: Either<&Ipfs, &Repo>,
    path: IpfsPath,
    dest: P,
    providers: &'a [PeerId],
    local_only: bool,
    timeout: Option<Duration>
) -> Result<BoxStream<'a, UnixfsStatus>, TraversalFailed>