Trait petgraph::iter_format::IterFormatExt

source ·
pub trait IterFormatExt: Iterator {
    // Provided method
    fn format(self, separator: &str) -> Format<'_, Self>
       where Self: Sized { ... }
}

Provided Methods§

source

fn format(self, separator: &str) -> Format<'_, Self>
where Self: Sized,

Implementors§

source§

impl<I> IterFormatExt for I
where I: Iterator,