Type Definition async_socks5::Result

source · []
pub type Result<T, E = Error> = Result<T, E>;
Expand description

The library’s Result type alias.