Docs.rs
tracing-rc-0.2.0
tracing-rc 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Jesterhearts
Dependencies
atomic ^0.6
normal
optional
bytemuck ^1
normal
optional
dashmap ^6
normal
optional
indexmap ^2
normal
once_cell ^1
normal
optional
parking_lot ^0.12
normal
optional
petgraph ^0.8
normal
tracing-rc-derive ^0.2.0
normal
optional
pretty_assertions ^1
dev
rustc_version ^0.4
build
Versions
100%
of the crate is documented
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
tracing_
rc
0.2.0
Module trace
Module Items
Traits
In tracing_
rc::
rc
tracing_rc
::
rc
Module
trace
Copy item path
Source
Expand description
Contains the
Trace
trait which must be implemented for items stored in a
Gc
.
Traits
ยง
Trace
Must be implemented for any value which will be stored inside of a
Gc
.