pub fn display_expected_of<T: Display>(
    collection: &[T],
    expected_of: &str
) -> String
Expand description

Displays a string which say that the elements of collection were expected.