Trait opencv::core::ValidRectType[][src]

pub trait ValidRectType: NumAssign + PartialOrd + Default + Copy + Sealed { }
Expand description

This sealed trait is implemented for types that are valid to use in corresponding context

Implementations on Foreign Types

Implementors