pub trait GRunArgTraitConst {
    fn as_raw_GRunArg(&self) -> *const c_void;
}

Required Methods§

Implementors§