pub trait GKernelImplTraitConst {
    fn as_raw_GKernelImpl(&self) -> *const c_void;

    fn opaque(&self) -> any { ... }
}

Required Methods

Provided Methods

Implementors