[][src]Type Definition tobj::MTLLoadResult

type MTLLoadResult = Result<(Vec<Material>, HashMap<String, usize>), LoadError>;

MTLLoadResult is a result containing all the materials loaded from the file and a map of MTL name to index or the error that occured while loading