[][src]Function httptest::mappers::all_of

pub fn all_of<IN>(inner: Vec<Box<dyn Mapper<IN, Out = bool>>>) -> AllOf<IN> where
    IN: ?Sized

true if all the provided matchers return true. See the all_of! macro for convenient usage.