Type Definition async_native_tls::Result
source · pub type Result<T> = Result<T, Error>;
Expand description
A typedef of the result-type returned by many methods.
pub type Result<T> = Result<T, Error>;
A typedef of the result-type returned by many methods.