Skip to main content

create_reducer

Function create_reducer 

Source
pub fn create_reducer(
    reducer_type: &ReducerType,
) -> Result<Box<dyn Reducer>, AgentError>
Expand description

Create a reducer from a ReducerType