opencv-binding-generator 0.102.0

Binding generator for opencv crate
Documentation
1
2
3
4
5
6
7
8
9
impl Default for {{rust_local}}{{rust_elided_lt}} {
	#[inline]
	/// Forwards to infallible Self::default()
	fn default() -> Self {
		Self::default()
	}
}