pub trait OriginalClassNameTraitConst {
    fn as_raw_OriginalClassName(&self) -> *const c_void;

    fn get_int_param(&self) -> Result<i32> { ... }
    fn get_float_param(&self) -> Result<f32> { ... }
}

Required Methods§

Provided Methods§

Implementors§