Type Definition tobj::LoadResult[][src]

type LoadResult = Result<(Vec<Model>, Vec<Material>), LoadError>;

LoadResult is a result containing all the models loaded from the file and any materials from referenced material libraries, or an error that occured while loading