pub trait OpenCvElement {
    const DEPTH: i32;
}

Required Associated Constants

Implementations on Foreign Types

Implementors