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