[][src]Type Definition async_native_tls::Result

type Result<T> = Result<T, Error>;

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