Skip to main content

InputSelector

Type Alias InputSelector 

Source
pub type InputSelector = Box<dyn Fn(&Value) -> Value + Send + Sync>;
Expand description

Function that extracts payload input from graph state.

Aliased Type§

pub struct InputSelector(/* private fields */);