Docs.rs
data-source-0.1.5
data-source 0.1.5
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
e1732a364fed
Dependencies
astral-tokio-tar ^0.5
normal
optional
async-trait ^0.1
normal
optional
axum ^0.8
normal
optional
futures ^0.3
normal
optional
futures-util ^0.3
normal
optional
http-body-util ^0.1.2
normal
optional
log ^0.4
normal
mime_guess ^2
normal
optional
reqwest ^0.12
normal
optional
tar ^0.4
normal
optional
thiserror ^2
normal
tokio ^1
normal
optional
tower ^0.4
normal
optional
tempfile ^3.17
dev
Versions
8.77%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
data_
source
0.1.5
Sync
Source
Required Methods
fetch
Implementors
In crate data_
source
data_source
Trait
SyncSource
Copy item path
Source
pub trait SyncSource { // Required method fn
fetch
(&self) ->
Result
<
Vec
<
u8
>,
FetchError
>; }
Required Methods
§
Source
fn
fetch
(&self) ->
Result
<
Vec
<
u8
>,
FetchError
>
Implementors
§
Source
§
impl
SyncSource
for
SingleFileSource
Source
§
impl
SyncSource
for
HttpSource