pub type InputMapper = Arc<dyn Fn(&dyn InvocationContext) -> State + Send + Sync>;
Type alias for input mapper function
pub struct InputMapper { /* private fields */ }