pub trait IsFormatData {
const TYPES: &'static [BufferType];
}
Expand description
Format data types
Required Associated Constants§
Sourceconst TYPES: &'static [BufferType]
const TYPES: &'static [BufferType]
Buffer types which corresponds to format type
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.