Skip to main content

GatewayEvaluator

Trait GatewayEvaluator 

Source
pub trait GatewayEvaluator {
    // Required method
    fn evaluate(
        &self,
        node: &Node,
        variables: &HashMap<String, String>,
    ) -> Vec<NodeId> ;
}

Required Methods§

Source

fn evaluate( &self, node: &Node, variables: &HashMap<String, String>, ) -> Vec<NodeId>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§