Docs.rs
sc-tracing-4.0.0
sc-tracing 4.0.0
Docs.rs crate page
GPL-3.0-or-later
WITH Classpath-exception-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
ansi_term ^0.12.1
normal
atty ^0.2.13
normal
chrono ^0.4.19
normal
lazy_static ^1.4.0
normal
libc ^0.2.121
normal
log ^0.4.17
normal
once_cell ^1.8.0
normal
parking_lot ^0.12.1
normal
regex ^1.6.0
normal
rustc-hash ^1.1.0
normal
sc-client-api ^4.0.0
normal
sc-rpc-server ^4.0.0
normal
sc-tracing-proc-macro ^4.0.0
normal
serde ^1.0.136
normal
sp-api ^4.0.0
normal
sp-blockchain ^4.0.0
normal
sp-core ^8.0.0
normal
sp-rpc ^7.0.0
normal
sp-runtime ^8.0.0
normal
sp-tracing ^7.0.0
normal
thiserror ^1.0.30
normal
tracing ^0.1.29
normal
tracing-log ^0.1.3
normal
tracing-subscriber ^0.2.25
normal
criterion ^0.3
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
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
☰
Result
In sc_tracing::logging
?
Type Definition
sc_tracing
::
logging
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Logging Result typedef.