Enum tldextract::errors::TldExtractError[][src]

pub enum TldExtractError {
    NoHostError(String),
}

Variants

Trait Implementations

impl Debug for TldExtractError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TldExtractError

impl Sync for TldExtractError