Struct tldextract::TldExtractor[][src]

pub struct TldExtractor { /* fields omitted */ }

The tld extractor, see TldOption for more docs.

Methods

impl TldExtractor
[src]

Constructs a new TldExtractor.

see TldOption for more docs.

Extract (subdomain, domain, domain suffix) tuple from a given url

Extract (subdomain, domain, domain suffix) tuple from a given url but override the universal naive_mode in TldExtractor.

Auto Trait Implementations

impl Send for TldExtractor

impl Sync for TldExtractor