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
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
OptionDebugger
sans_
io_
runtime
0.3.0
Option
Debugger
Required Methods
print_none
Implementations on Foreign Types
Option<T>
Implementors
In crate sans_
io_
runtime
sans_io_runtime
Trait
Option
Debugger
Copy item path
Source
pub trait OptionDebugger { // Required method fn
print_none
(&self, msg: &
str
); }
Required Methods
§
Source
fn
print_none
(&self, msg: &
str
)
Implementations on Foreign Types
§
Source
§
impl<T:
Debug
>
OptionDebugger
for
Option
<T>
Source
§
fn
print_none
(&self, msg: &
str
)
Implementors
§