//! VeScalar trait for Vector Engine scalar types.
use crateScalar;
/// The kind of scalar type supported by Vector Engine.
/// Marker trait for scalar types supported by Vector Engine.
/// Only i32 and f32 are supported.
///
/// This trait is sealed and cannot be implemented outside this module.