pub type InputMapper = Arc<dyn Fn(&dyn InvocationContext) -> HashMap<String, Value> + Sync + Send>;Available on crate feature
graph only.Expand description
Type alias for input mapper function
Aliased Typeยง
pub struct InputMapper { /* private fields */ }