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

    // Provided methods
    fn size(&self) -> Result<size_t> { ... }
    fn typ(&self) -> Result<i32> { ... }
}
Expand description

Required Methods§

Provided Methods§

source

fn size(&self) -> Result<size_t>

source

fn typ(&self) -> Result<i32>

Implementors§