[][src]Type Definition humthreads::Result

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

Short form alias for functions returning Errors.