Trait opencv::core::CommandLineParserTrait
source · pub trait CommandLineParserTrait: CommandLineParserTraitConst {
// Required method
fn as_raw_mut_CommandLineParser(&mut self) -> *mut c_void;
// Provided method
fn about(&mut self, message: &str) -> Result<()> { ... }
}
Expand description
Mutable methods for core::CommandLineParser