pub trait RustNativeGeneratedElement {
    fn element_safe_id(&self) -> String;

    fn element_order(&self) -> u8 { ... }
    fn gen_rust(&self, _opencv_version: &str) -> String { ... }
    fn gen_rust_exports(&self) -> String { ... }
    fn gen_cpp(&self) -> String { ... }
}

Required Methods§

Provided Methods§

Element order in the output file, lower means earlier

Trait Implementations§

Converts this type into a shared reference of the (usually inferred) input type.

Implementors§