Module tap::reflect

source · []
Expand description

A reflection trait for Rust struct, that permit to access struct member as Attribute. ReflectStruct can be used with tap_derive macro to automatically generate Attribute from Struct.

Traits

ReflectStruct is a trait used to wrapper a struct and give dynamic reflection information and access to the value of their a members.