Trait scraper_main::ConvertFromValue[][src]

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl ConvertFromValue<Option<String>> for Option<Value>[src]

impl ConvertFromValue<String> for Option<Value>[src]

impl ConvertFromValue<Vec<String, Global>> for Option<Value>[src]

impl<T> ConvertFromValue<Vec<T, Global>> for Option<Value> where
    T: ScraperMain
[src]

Loading content...

Implementors

Loading content...