Struct rust_releases_rust_dist::RustDist
source · pub struct RustDist { /* private fields */ }
Expand description
A Source
which obtains its input data from the Rust distribution bucket on AWS S3.
Trait Implementations§
source§impl FetchResources for RustDist
impl FetchResources for RustDist
§type Error = RustDistError
type Error = RustDistError
The error to be returned when a resource can not be fetched.
source§impl Source for RustDist
impl Source for RustDist
§type Error = RustDistError
type Error = RustDistError
The error to be returned when an index can not be build for a source.
source§fn build_index(&self) -> Result<ReleaseIndex, Self::Error>
fn build_index(&self) -> Result<ReleaseIndex, Self::Error>
Build a release index from a data set.