Trait geo_aid::script::math::GetMathType

source ·
pub trait GetMathType {
    // Required method
    fn get_math_type() -> ExprType;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§