pub type EdgeCondition = Arc<dyn Fn(&GraphState) -> bool + Send + Sync>;
Type alias for edge conditions.
pub struct EdgeCondition { /* private fields */ }