Skip to main content

OpenCVHeaderVersionExt

Trait OpenCVHeaderVersionExt 

Source
pub trait OpenCVHeaderVersionExt {
    // Required methods
    fn opencv_find_module_header_dir(&self) -> Option<PathBuf>;
    fn opencv_find_version_header(&self) -> Option<PathBuf>;
    fn opencv_find_version(&self) -> Option<Version>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl OpenCVHeaderVersionExt for Path

Implementors§