[][src]Type Definition native_tls::Result

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

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