[][src]Function httptest::mappers::any_of

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

true if any of the provided matchers returns true. See the any_of! macro for convenient usage.