Static opencv_binding_generator::settings::FUNC_MANUAL
source · [−]pub static FUNC_MANUAL: Lazy<HashMap<&'static str, CompiledInterpolation<'static>>>Expand description
dict of functions with manual implementations key: FuncInfo.identifier value: dict keys: “rust_safe”, “rust_extern”, “cpp”, missing key means skip particular implementation values: template to use for manual implementation or “~” to use default implementation