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

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

Callback functions that may be passed to the detect_dacs_async function.

Implementors

impl<F> DetectedDacCallback for F where
    F: FnMut(Result<DetectedDac>), 
[src]

Loading content...