Trait geo_aid::generator::expression::Evaluate
source · pub trait Evaluate {
type Output;
// Required method
fn evaluate(&self, args: &EvaluationArgs<'_>) -> Self::Output;
}Expand description
Marks everything that can be evaluated.