Skip to main content

ComponentStorage

Trait ComponentStorage 

Source
pub trait ComponentStorage: Sealed {
    const STORAGE_TYPE: StorageType;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§