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§