Docs.rs
  • graph-rs-sdk-0.1.4
    • graph-rs-sdk 0.1.4
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sreeise
    • Dependencies
      • async-std ^1 normal
      • async-trait ^0.1 normal
      • base64 ^0.13 normal
      • futures ^0.3 normal
      • graph-core ^0.1.1 normal
      • graph-error ^0.1.2 normal
      • graph-http ^0.1.3 normal
      • graph-oauth ^0.1.3 normal
      • handlebars ^2.0.2 normal
      • rayon ^1 normal
      • reqwest ^0.11 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • serde_yaml ^0.8 normal
      • strum ^0.21 normal
      • tokio ^1 normal
      • url ^2 normal
      • from_as ^0.1 dev
      • lazy_static ^1.4 dev
      • regex ^1 dev
      • thiserror ^1 dev
      • warp ^0.3 dev
    • Versions
    • 30.74% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

AsyncDownload

In graph_rs_sdk::http

logo
Change settings

Type Definition graph_rs_sdk::http::AsyncDownload

source · [−]
pub type AsyncDownload = DownloadClient<HttpClient<Arc<Mutex<GraphRequest<Client, Body, Form>>>>, Arc<Mutex<DownloadRequest>>>;