pub trait Detail_GraphTraitConst {
// Required method
fn as_raw_Detail_Graph(&self) -> *const c_void;
// Provided method
fn num_vertices(&self) -> Result<i32> { ... }
}
Expand description
Constant methods for crate::stitching::Detail_Graph