Trait GetMathType

Source
pub trait GetMathType {
    // Required method
    fn get_math_type() -> ExprType;
}
Expand description

Helper trait for getting the type of the expression.

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§