pub trait ParseSocketAddr {
    fn parse(self) -> ParseResult<SocketAddr>;
}

Required Methods

Implementations on Foreign Types

Implementors