InputMapper

Type Alias InputMapper 

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

Type alias for input mapper function

Aliased Typeยง

pub struct InputMapper { /* private fields */ }