/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*/
//! Test-only concrete implementations of [`GraphDataType`].
use MinMax8;
use crate;
/// Graph data with f32 vector and associated data of unit type (empty).
pub type GraphDataF32VectorUnitData = ;
/// Graph data with MinMax8 vector and associated data of unit type (empty).
pub type GraphDataMinMaxVectorUnitData = ;
/// Graph data with f32 vector and associated data of u32.