Skip to main content

VertexConstraint

Type Alias VertexConstraint 

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

Function pointer for a vertex constraint (used by pattern match).

Aliased Typeยง

pub struct VertexConstraint { /* private fields */ }