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

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

Convenient wrapper around std::Result.