Docs.rs
timeout-tracing-0.1.0
timeout-tracing 0.1.0
Docs.rs crate page
MIT
31 July 2025
Links
crates.io
Source
Owners
dmitryvk
Dependencies
pin-project-lite ^0.2.16
normal
tokio ^1.46.1
normal
tracing ^0.1.41
normal
tracing-error ^0.2.1
normal
futures ^0.3.31
dev
hyper ^1.1.0
dev
insta ^1.43.1
dev
itertools ^0.14.0
dev
reqwest ^0.12.22
dev
serial_test ^3.2.0
dev
sqlx ^0.8.6
dev
tokio ^1.46.1
dev
tracing-subscriber ^0.3.19
dev
Versions
10%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
timeout_
tracing
0.1.0
Capture
Trace
Required Associated Types
Trace
Required Methods
capture
Implementors
In crate timeout_
tracing
timeout_tracing
Trait
CaptureTrace
Copy item path
Source
pub trait CaptureTrace { type
Trace
; // Required method fn
capture
(&self) -> Self::
Trace
; }
Required Associated Types
§
Source
type
Trace
Required Methods
§
Source
fn
capture
(&self) -> Self::
Trace
Implementors
§
Source
§
impl
CaptureTrace
for
DefaultTraceCapturer
Source
§
type
Trace
=
StackAndSpanTrace