Skip to main content

iterator_ends_with

Function iterator_ends_with 

Source
pub fn iterator_ends_with<E>(
    expected: impl IntoIterator<Item = E>,
) -> IteratorEndsWith<E>
Expand description

Creates an IteratorEndsWith expectation.