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