Skip to main content

IterExecuteFn

Type Alias IterExecuteFn 

Source
pub type IterExecuteFn = fn(Valence, Value) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send>>;
Expand description

Type-erased execute for orchestration (row as JSON).