[][src]Type Definition tract_hir::internal::TractResult

type TractResult<T> = Result<T, TractError>;

Convenient wrapper around std::Result.