opencv::face

Type Alias FN_FaceDetector

source
pub type FN_FaceDetector = Option<Box<dyn FnMut(*const c_void, *const c_void) -> bool + Send + Sync + 'static>>;

Aliased Type§

enum FN_FaceDetector {
    None,
    Some(Box<dyn FnMut(*const c_void, *const c_void) -> bool + Send + Sync>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Box<dyn FnMut(*const c_void, *const c_void) -> bool + Send + Sync>)

Some value of type T.