Type Definition tor_socksproto::Result

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

A Result type for the tor_socksproto crate.