Trait fetcher_core::source::Fetch
source · pub trait Fetch: Debug + Send + Sync {
// Required method
fn fetch<'life0, 'async_trait>(
&'life0 mut self
) -> Pin<Box<dyn Future<Output = Result<Vec<Entry>, SourceError>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}Expand description
A trait that defines a way to fetch (entries)Entry