Trait deflect::Reflect

source ·
pub trait Reflect {
    fn local_type_id(&self) -> usize { ... }
}
Expand description

A reflectable type.

Provided Methods§

Produces an ID that uniquely identifies the type within its compilation unit.

Implementations§

Produces a reflected Value of &self.

Trait Implementations§

Formats the value using the given formatter. Read more

Implementors§