Trait scraper_main::ConvertFromValue[][src]

pub trait ConvertFromValue<T>: Sized {
    fn convert_from(self, doc: &Document) -> Result<T>;
}

Allows for Conversion from Option<Value> into another.

Required methods

fn convert_from(self, doc: &Document) -> Result<T>[src]

Loading content...

Implementors

Loading content...