Docs.rs
http-downloader-0.3.2
http-downloader 0.3.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ycysdf
Dependencies
anyhow ^1
normal
async-graphql ^5
normal
optional
async-stream ^0.3
normal
optional
async-trait ^0.1
normal
bson ^2.3.0
normal
optional
bytes ^1.3
normal
futures-util ^0.3
normal
headers ^0.3
normal
parking_lot ^0.12
normal
reqwest ^0.11.13
normal
serde ^1.0
normal
optional
thiserror ^1
normal
tokio ^1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
optional
url ^2
normal
bson ^2.3.0
dev
serde ^1.0
dev
tracing ^0.1
dev
tracing-subscriber ^0.3
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
UrlFileName
http_
downloader
0.3.2
UrlFile
Name
Required Methods
file_name
Implementations on Foreign Types
Url
Implementors
In crate http_
downloader
http_downloader
Trait
UrlFile
Name
Copy item path
Source
pub trait UrlFileName { // Required method fn
file_name
(&self) ->
Cow
<'_,
str
>; }
Required Methods
§
Source
fn
file_name
(&self) ->
Cow
<'_,
str
>
Implementations on Foreign Types
§
Source
§
impl
UrlFileName
for
Url
Source
§
fn
file_name
(&self) ->
Cow
<'_,
str
>
Implementors
§