pub trait ValTypeInfo { // Required method fn info(self) -> &'static str; }
val_type_info
Trait value type info.
Returns value type info.