Trait num_convert::ValTypeInfo
source · pub trait ValTypeInfo {
// Required method
fn info(self) -> &'static str;
}Available on crate feature
val_type_info only.Expand description
Trait value type info.
pub trait ValTypeInfo {
// Required method
fn info(self) -> &'static str;
}val_type_info only.Trait value type info.