Function wiremock::matchers::body_string_contains[][src]

pub fn body_string_contains<T>(body: T) -> BodyContainsMatcher where
    T: Into<String>,