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

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

Convenient wrapper around std::Result.