pub fn has_contextual_parent<S: Into<ExpectedSpan>>(span: S) -> ExpectedAncestry
Expand description
Convenience function that returns ExpectedAncestry::HasContextualParent
with
provided name.
🛈 Note: This is pre-release documentation
for the upcoming tracing
0.2.0 ecosystem.
For the release documentation, please see docs.rs, instead.
pub fn has_contextual_parent<S: Into<ExpectedSpan>>(span: S) -> ExpectedAncestry
Convenience function that returns ExpectedAncestry::HasContextualParent
with
provided name.