Result_SocketAddressSocketAddressParseErrorZ |
Result_SocketAddressSocketAddressParseErrorZ.clone() |
Creates a new CResult_SocketAddressSocketAddressParseErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_SocketAddressSocketAddressParseErrorZ |
Result_SocketAddressSocketAddressParseErrorZ.err(SocketAddressParseError e) |
Creates a new CResult_SocketAddressSocketAddressParseErrorZ in the error state.
|
static Result_SocketAddressSocketAddressParseErrorZ |
SocketAddress.from_str(String s) |
Read a SocketAddress object from a string
|
static Result_SocketAddressSocketAddressParseErrorZ |
Result_SocketAddressSocketAddressParseErrorZ.ok(SocketAddress o) |
Creates a new CResult_SocketAddressSocketAddressParseErrorZ in the success state.
|
static Result_SocketAddressSocketAddressParseErrorZ |
UtilMethods.parse_onion_address(String host,
short port) |
Parses an OnionV3 host and port into a [`SocketAddress::OnionV3`].
|