Type Definition socks5_protocol::Result[][src]

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

Library level Result.