bevy_reflect::utility

Trait TypedProperty

Source
pub trait TypedProperty: Sealed {
    type Stored: 'static;
}
Expand description

A type that can be stored in a (Non)GenericTypeCell.

Required Associated Types§

Source

type Stored: 'static

Implementors§