Type Definition rfmod::callbacks::DspSetParamCallback [] [src]

type DspSetParamCallback = Option<fn(dsp_state: &DspState, index: i32, value: f32) -> Status>;

DSP callback