Skip to main content

Reflect

Trait Reflect 

Source
pub trait Reflect: 'static { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T> Reflect for T
where T: 'static,

Available on non-crate feature reflect only.