pub trait ProgramSourceTraitConst {
// Required method
fn as_raw_ProgramSource(&self) -> *const c_void;
// Provided methods
fn source(&self) -> Result<String> { ... }
fn hash(&self) -> Result<ProgramSource_hash_t> { ... }
fn empty(&self) -> Result<bool> { ... }
}
Expand description
Constant methods for core::ProgramSource