[][src]Type Definition ktx2_reader::ReadToResult

type ReadToResult<T> = Result<T, ReadToError>;

Result of reading data to buffer operation.