Function reducer

Source
pub fn reducer<State, Action>(
    state: Substate<'_, Action, State, SnarkUserCommandVerifyState>,
    action: ActionWithMeta<&SnarkUserCommandVerifyAction>,
)