Skip to main content

display_collection

Function display_collection 

Source
pub fn display_collection<T>(collection: impl IntoIterator<Item = T>) -> String
where T: Display,