[][src]Trait story_dl::Site

pub trait Site {
    fn get_details(id: &str) -> Result<Details, ScrapeError>;
fn get_chapter(
        id: &str,
        chapter: &str
    ) -> Result<(Option<String>, Chapter), ScrapeError>; }

Required methods

fn get_details(id: &str) -> Result<Details, ScrapeError>

fn get_chapter(
    id: &str,
    chapter: &str
) -> Result<(Option<String>, Chapter), ScrapeError>

Loading content...

Implementors

Loading content...