Trait biconnected_components::SplitIntoBcc
source · 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