pub type EdgeCondition<S> = Arc<dyn Fn(&S) -> bool + Send + Sync>;
边条件回调类型别名。
pub struct EdgeCondition<S> { /* private fields */ }