Docs.rs
fast-pull-2.1.5
fast-pull 2.1.5
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
share121
Dependencies
bytes ^1.10.1
normal
content_disposition ^0.4.0
normal
optional
fast-steal ^5.1.1
normal
futures ^0.3.31
normal
kanal ^0.1.1
normal
memmap2 ^0.9.7
normal
optional
reqwest ^0.12.22
normal
optional
sanitize-filename ^0.6.0
normal
optional
tokio ^1.47.1
normal
url ^2.5.4
normal
optional
urlencoding ^2.1.3
normal
optional
mockito ^1.7.0
dev
tempfile ^3.20.0
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
fast_
pull
2.1.5
Total
Required Methods
total
Implementations on Foreign Types
&T
Vec<T>
[T]
Implementors
In crate fast_
pull
fast_pull
Trait
Total
Copy item path
Source
pub trait Total { // Required method fn
total
(&self) ->
u64
; }
Required Methods
§
Source
fn
total
(&self) ->
u64
Implementations on Foreign Types
§
Source
§
impl<T:
Total
>
Total
for
&T
Source
§
fn
total
(&self) ->
u64
Source
§
impl<T:
Total
>
Total
for
[T]
Source
§
fn
total
(&self) ->
u64
Source
§
impl<T:
Total
>
Total
for
Vec
<T>
Source
§
fn
total
(&self) ->
u64
Implementors
§
Source
§
impl
Total
for
ProgressEntry