Skip to main content

EdgeSelector

Type Alias EdgeSelector 

Source
pub type EdgeSelector<S> = Arc<dyn Fn(&S) -> String + Send + Sync>;
Expand description

Closure that picks a conditional-edge target by inspecting state.

Aliased Type§

pub struct EdgeSelector<S> { /* private fields */ }