Struct net_parse::ConvError [] [src]

pub struct ConvError(_);

Trait Implementations

impl Debug for ConvError
[src]

[src]

Formats the value using the given formatter.

impl From<ErrorKind> for ConvError
[src]

[src]

Performs the conversion.

impl From<Error> for ConvError
[src]

[src]

Performs the conversion.

impl Display for ConvError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ConvError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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