Skip to main content

Reflect

Trait Reflect 

Source
pub trait Reflect: 'static { }

Implementors§

Source§

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

Available on non-crate feature reflect only.