TypedProperty

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

The type of the value stored in GenericTypeCell.

Implementors§