pub trait SplitIntoBcc {
type Output;
// Required method
fn split_into_bcc(self) -> Self::Output;
}Required Associated Types§
Required Methods§
Sourcefn split_into_bcc(self) -> Self::Output
fn split_into_bcc(self) -> Self::Output
Split up a graph into its biconnected components