Skip to main content

EdgeConstraint

Type Alias EdgeConstraint 

Source
pub type EdgeConstraint = Arc<dyn Fn(&Edge) -> bool + Send + Sync>;
Expand description

Function pointer for an edge constraint (used by pattern match).

Aliased Typeยง

pub struct EdgeConstraint { /* private fields */ }