Trait scraper_main::ConvertFromValue [−][src]
Required methods
fn convert_from(self, doc: &Document) -> Result<T>[src]
Implementations on Foreign Types
impl ConvertFromValue<Option<String>> for Option<Value>[src]
impl ConvertFromValue<String> for Option<Value>[src]
fn convert_from(self, _: &Document) -> Result<String>[src]
impl ConvertFromValue<Vec<String, Global>> for Option<Value>[src]
impl<T> ConvertFromValue<Vec<T, Global>> for Option<Value> where
T: ScraperMain, [src]
T: ScraperMain,