Trait yuyu_core::ImageExtractor[][src]

pub trait ImageExtractor: Extractor {
    #[must_use]
    fn get_image<'life0, 'async_trait>(
        url: &'life0 str
    ) -> Pin<Box<dyn Future<Output = Result<Image>> + Send + 'async_trait>>
    where
        'life0: 'async_trait
; }

Required methods

#[must_use]
fn get_image<'life0, 'async_trait>(
    url: &'life0 str
) -> Pin<Box<dyn Future<Output = Result<Image>> + Send + 'async_trait>> where
    'life0: 'async_trait, 
[src]

Loading content...

Implementors

impl ImageExtractor for HentaiFoundry[src]

Loading content...