Trait hecs::DynamicBundle

source ·
pub unsafe trait DynamicBundle { }
Expand description

A dynamically typed collection of components

Bundles composed of exactly the same types are semantically equivalent, regardless of order. The interface of this trait is a private implementation detail.

Implementations on Foreign Types§

Implementors§