opencv-binding-generator 0.27.0

Binding generator for opencv crate
Documentation
1
2
3
4
5
6
7
8
9
10
{{attributes}}
{{doc_comment}}
{{debug}}
{{visibility}}{{unsafety_decl}}fn {{name}}{{generic_decl}}({{decl_args}}) -> {{rv_rust_full}} {
	{{pre_call_args}}
	{{prefix}}{{unsafety_call}}{ sys::{{identifier}}({{call_args}}) }.into_result(){{ret_map}}{{suffix}}
	{{post_call_args}}
}