Trait geo_aid::script::math::GetMathType
source · pub trait GetMathType {
// Required method
fn get_math_type() -> ExprType;
}
Required Methods§
fn get_math_type() -> ExprType
Object Safety§
This trait is not object safe.