pub trait GetMathType {
// Required method
fn get_math_type() -> ExprType;
}Expand description
Helper trait for getting the type of the expression.
Required Methods§
fn get_math_type() -> ExprType
Object Safety§
This trait is not object safe.