Trait opencv::core::prelude::ProgramSourceTraitConst[][src]

pub trait ProgramSourceTraitConst {
    fn as_raw_ProgramSource(&self) -> *const c_void;

    fn source(&self) -> Result<String> { ... }
fn hash(&self) -> Result<ProgramSource_hash_t> { ... }
fn empty(&self) -> Result<bool> { ... } }

Required methods

Provided methods

Implementors