Trait opencv::core::ProgramTrait
source · [−]pub trait ProgramTrait: ProgramTraitConst {
fn as_raw_mut_Program(&mut self) -> *mut c_void;
fn create(
&mut self,
src: &ProgramSource,
buildflags: &str,
errmsg: &mut String
) -> Result<bool> { ... }
fn read(&mut self, buf: &str, buildflags: &str) -> Result<bool> { ... }
}