Skip to main content

TypedProperty

Trait TypedProperty 

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

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

Required Associated Types§

type Stored: 'static

The type of the value stored in GenericTypeCell.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§