pub trait Detail_RotationWarperTraitConst {
// Required method
fn as_raw_Detail_RotationWarper(&self) -> *const c_void;
// Provided method
fn get_scale(&self) -> Result<f32> { ... }
}
Expand description
Constant methods for crate::stitching::Detail_RotationWarper