Function rust_ipfs::unixfs::get

source ·
pub async fn get<'a, Types, MaybeOwned, P: AsRef<Path>>(
    ipfs: MaybeOwned,
    path: IpfsPath,
    dest: P
) -> Result<BoxStream<'a, UnixfsStatus>>where
    Types: IpfsTypes,
    MaybeOwned: Borrow<Ipfs<Types>> + Send + 'a,