Struct ipaddr::ParsingFailed[][src]

pub struct ParsingFailed(pub String);

Error returned when a string cannot be parsed into a valid IPv4 or IPv6 address. It contains the string that triggered the error.

Trait Implementations

impl Debug for ParsingFailed
[src]

Formats the value using the given formatter. Read more

impl Display for ParsingFailed
[src]

Formats the value using the given formatter. Read more

impl Error for ParsingFailed
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations