Docs.rs
sans-io-runtime-0.3.0
sans-io-runtime 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
giangndm
Dependencies
convert-enum ^0.1
normal
derive_more ^1.0
normal
heapless ^0.8
normal
log ^0.4
normal
num_enum ^0.7
normal
parking_lot ^0.12
normal
polling ^3.5
normal
optional
socket2 ^0.5
normal
optional
tun ^0.6
normal
optional
env_logger ^0.11
dev
mockall ^0.13
dev
signal-hook ^0.3.17
dev
str0m ^0.6
dev
tiny_http ^0.12
dev
Versions
11.59%
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
sans_
io_
runtime
0.3.0
Error
Debugger2
Required Methods
print_err2
Implementations on Foreign Types
Result<T, E>
Implementors
In crate sans_
io_
runtime
sans_io_runtime
Trait
ErrorDebugger2
Copy item path
Source
pub trait ErrorDebugger2 { // Required method fn
print_err2
(&self, msg: &
str
); }
Required Methods
§
Source
fn
print_err2
(&self, msg: &
str
)
Implementations on Foreign Types
§
Source
§
impl<T, E>
ErrorDebugger2
for
Result
<T, E>
Source
§
fn
print_err2
(&self, msg: &
str
)
Implementors
§