pub trait ProgramSourceTrait: ProgramSourceTraitConst {
    fn as_raw_mut_ProgramSource(&mut self) -> *mut c_void;
}

Required Methods

Implementors