Skip to main content

VariableMetaExt

Trait VariableMetaExt 

Source
pub(crate) trait VariableMetaExt {
    // Required methods
    fn has_signed_integer_type_name(&self) -> bool;
    fn has_signed_fixedpoint_type_name(&self) -> bool;
    fn has_unsigned_integer_type_name(&self) -> bool;
    fn has_unsigned_fixedpoint_type_name(&self) -> bool;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§