Function tracing_test::internal::logs_with_scope_contain
source ยท pub fn logs_with_scope_contain(scope: &str, val: &str) -> bool
Expand description
Return whether the logs with the specified scope contain the specified value.
This function should usually not be used directly, instead use the logs_contain(val: &str)
function injected by the #[traced_test]
macro.