Type Definition rfmod::callbacks::DspDialogCallback
[−]
[src]
type DspDialogCallback = Option<fn(_: DspState, _: i32) -> Result>;
DSP callback, not implemented yet