Skip to main content

call_reducer

Function call_reducer 

Source
pub async fn call_reducer(
    node_ref: String,
    module_name: String,
    reducer_name: String,
    input: IntersticeValue,
) -> Result<(), IntersticeError>