🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.

For the release documentation, please see docs.rs, instead.

Function tracing_mock::span::named

source ·
pub fn named<I>(name: I) -> ExpectedSpan
where I: Into<String>,