[][src]Type Definition async_socks5::Result

type Result<T, E = Error> = Result<T, E>;

The library's Result type alias.