Struct std::net::AddrParseError  
            
                [−]
            
        [src]
pub struct AddrParseError(_);
An error returned when parsing an IP address or a socket address.
pub struct AddrParseError(_);
An error returned when parsing an IP address or a socket address.
impl PartialEq for AddrParseErrorfn eq(&self, __arg_0: &AddrParseError) -> boolfn ne(&self, __arg_0: &AddrParseError) -> boolimpl Clone for AddrParseErrorfn clone(&self) -> AddrParseErrorfn clone_from(&mut self, source: &Self)impl Debug for AddrParseError
                    Prefix searches with a type followed by a colon (e.g.
                    fn:) to restrict the search to a given type.
                
                    Accepted types are: fn, mod,
                    struct, enum,
                    trait, type, macro,
                    and const.
                
                    Search functions by type signature (e.g.
                    vec -> usize)