pub trait GCompileArgTraitConst {
    // Required method
    fn as_raw_GCompileArg(&self) -> *const c_void;

    // Provided method
    fn tag(&self) -> String { ... }
}
Expand description

Constant methods for crate::gapi::GCompileArg

Required Methods§

Provided Methods§

source

fn tag(&self) -> String

Implementors§