Type Definition Result
async_socks5
type Result<T, E = Error> = Result<T, E>;
The library's Result type alias.
Result