Struct webicon::IconScraper [] [src]

pub struct IconScraper { /* fields omitted */ }

Methods

impl IconScraper
[src]

[src]

[src]

Search the document for icon metadata, also brute-force some favicon paths.

Note: This operation is fairly costly, it is recommended to cache the results!

Panics

If the document is not fetched yet.

Trait Implementations

Auto Trait Implementations

impl !Send for IconScraper

impl !Sync for IconScraper