Docs.rs
atm0s-small-p2p-0.2.2
atm0s-small-p2p 0.2.2
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
giangndm
Dependencies
anyhow ^1
normal
bincode ^1.3
normal
blake3 ^1.3
normal
derive_more ^1.0
normal
futures ^0.3
normal
log ^0.4
normal
lru ^0.12
normal
parking_lot ^0.12
normal
quinn ^0.11
normal
rand ^0.8
normal
rustls ^0.23
normal
serde ^1.0
normal
thiserror ^2.0
normal
tokio ^1
normal
tokio-util ^0.7
normal
clap ^4.4
dev
test-log ^0.2
dev
tokio ^1
dev
tracing-subscriber ^0.3
dev
Versions
1.49%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
ErrorExt2
atm0s_
small_
p2p
0.2.2
Error
Ext2
Required Methods
print_on_err2
Implementations on Foreign Types
Result<T, E>
Implementors
In crate atm0s_
small_
p2p
atm0s_small_p2p
Trait
Error
Ext2
Copy item path
Source
pub trait ErrorExt2 { // Required method fn
print_on_err2
(&self, prefix: &
str
); }
Required Methods
§
Source
fn
print_on_err2
(&self, prefix: &
str
)
Implementations on Foreign Types
§
Source
§
impl<T, E:
Debug
>
ErrorExt2
for
Result
<T, E>
Source
§
fn
print_on_err2
(&self, prefix: &
str
)
Implementors
§