pub trait Detail_GraphTraitConst {
    fn as_raw_Detail_Graph(&self) -> *const c_void;

    fn num_vertices(&self) -> Result<i32> { ... }
}

Required Methods§

Provided Methods§

Implementors§