Skip to main content

into_threaded_async

Function into_threaded_async 

Source
pub fn into_threaded_async<M, C, G>(
    cam_module: M,
    _guard: &G,
) -> ThreadedAsyncCameraModule<M, C, G>
where M: CameraModule<CameraType = C, Guard = G>, C: Camera, G: Send,