Trait IsFormatData

Source
pub trait IsFormatData {
    const TYPES: &'static [BufferType];
}
Expand description

Format data types

Required Associated Constants§

Source

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.

Implementors§