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