pub trait TypedProperty: Sealed {
type Stored: 'static;
}Expand description
A type that can be stored in a (Non)GenericTypeCell.
Required Associated Types§
Sourcetype Stored: 'static
type Stored: 'static
The type of the value stored in GenericTypeCell.