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

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