Type Definition native_tls::Result

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

A typedef of the result-type returned by many methods.