Trait GFunctorTraitConst

Source
pub trait GFunctorTraitConst {
    // Required method
    fn as_raw_GFunctor(&self) -> *const c_void;

    // Provided methods
    fn impl_(&self) -> Result<GKernelImpl> { ... }
    fn backend(&self) -> Result<GBackend> { ... }
    fn id(&self) -> Result<String> { ... }
}
Expand description

Constant methods for crate::gapi::GFunctor

Required Methods§

Provided Methods§

Implementors§