Docs.rs
bp3d-debug-1.0.0
bp3d-debug 1.0.0
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
Yuri6037
Dependencies
Versions
16.16%
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
Trace
bp3d_
debug
1.0.0
Trace
Required Associated Types
Output
Required Methods
trace
Implementors
In bp3d_
debug::
trace
bp3d_debug
::
trace
Trait
Trace
Copy item path
Source
pub trait Trace { type
Output
; // Required method fn
trace
(self, span:
Span
) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
trace
(self, span:
Span
) -> Self::
Output
Implementors
§
Source
§
impl<F:
Future
>
Trace
for F
Source
§
type
Output
= TracedFuture<F>