pub trait ThinPlateSplineShapeTransformerTraitConst: ShapeTransformerTraitConst {
// Required method
fn as_raw_ThinPlateSplineShapeTransformer(&self) -> *const c_void;
// Provided method
fn get_regularization_parameter(&self) -> Result<f64> { ... }
}Expand description
Constant methods for crate::shape::ThinPlateSplineShapeTransformer
Required Methods§
fn as_raw_ThinPlateSplineShapeTransformer(&self) -> *const c_void
Provided Methods§
fn get_regularization_parameter(&self) -> Result<f64>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.