geo_aid_script::math

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§

Object Safety§

This trait is not object safe.

Implementors§