[][src]Function arctk::util::fmt::report::list

pub fn list<T: Display>(name: &str, list: &[T]) -> Result<String, Error>

Report a list of items.

Errors

if a list item could not be written.