Trait rust_releases_core::FetchResources[][src]

pub trait FetchResources where
    Self: Sized
{ type Error; fn fetch_channel(channel: Channel) -> Result<Self, Self::Error>; }

With FetchResources, the set of inputs required to build a release index can be fetched.

Associated Types

type Error[src]

The error to be returned when a resource can not be fetched.

Loading content...

Required methods

fn fetch_channel(channel: Channel) -> Result<Self, Self::Error>[src]

Fetch a set of inputs for a release channel.

Loading content...

Implementors

Loading content...