pub trait CombGrad<T: Copy + Eq + Ord + Send + Sync = usize> {
// Required method
fn degree(&self) -> T;
}Required Methods§
Implementations on Foreign Types§
Source§impl<N, E, Ix: IndexType> CombGrad for UnGraph<N, E, Ix>
Available on crate feature petgraph only.
impl<N, E, Ix: IndexType> CombGrad for UnGraph<N, E, Ix>
Available on crate feature
petgraph only.