Trait httptest::IntoTimes[][src]

pub trait IntoTimes: Sealed {
    fn into_times(self) -> (Bound<usize>, Bound<usize>);
}
Expand description

How many times is an expectation expected to occur. Implemented for usize and any range of usize values.

Required methods

Provide the lower and upper bounds.

Implementations on Foreign Types

Implementors