pub trait NumericArrayResizable { const TYPE_CODE: i32; }
The code used by the LabVIEW memory manager to represent the type.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".