Struct net_parse::ConvError
[−]
[src]
pub struct ConvError(_);
Trait Implementations
impl Debug for ConvError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl From<ErrorKind> for ConvError
[src]
impl From<Error> for ConvError
[src]
impl Display for ConvError
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more