Skip to main content

EdgeCondition

Type Alias EdgeCondition 

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

边条件回调类型别名。 Arc 包装以支持 Graph Clone(条件回调不可 Clone)。

Aliased Type§

pub struct EdgeCondition { /* private fields */ }