pub fn iterator_ends_with<E>(
expected: impl IntoIterator<Item = E>,
) -> IteratorEndsWith<E>Expand description
Creates an IteratorEndsWith expectation.
pub fn iterator_ends_with<E>(
expected: impl IntoIterator<Item = E>,
) -> IteratorEndsWith<E>Creates an IteratorEndsWith expectation.