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

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

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