Trait nannou_laser::dac::DetectedDacCallback[][src]

pub trait DetectedDacCallback: FnMut(Result<DetectedDac>) { }
Expand description

Callback functions that may be passed to the detect_dacs_async function.

Implementors