Docs.rs
madsim-0.2.13
madsim 0.2.13
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
wangrunji0408
github:madsim-rs:crates-io
Dependencies
bincode ^1
normal
bytes ^1
normal
futures-util ^0.3
normal
lazy_static ^1.4
normal
madsim-macros ^0.2
normal
rand ^0.8
normal
serde ^1
normal
spin ^0.9
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
criterion ^0.3
dev
structopt ^0.3
dev
tokio ^1
dev
ahash ^0.7
normal
async-channel ^1.6
normal
async-task ^4
normal
downcast-rs ^1.2
normal
libc ^0.2
normal
naive-timer ^0.2
normal
rustversion ^1
normal
tokio ^1
normal
toml ^0.5
normal
async-ucx ^0.1
normal
tokio ^1
normal
tokio-util ^0.7
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
ToNodeId
Implementations on Foreign Types
&T
&str
String
Implementors
In madsim::task
?
Trait
madsim
::
task
::
ToNodeId
source
·
[
−
]
pub trait ToNodeId:
Display
{ }
Expand description
A trait for objects which can be resolved to an identifier of node.
Implementations on Foreign Types
§
source
§
impl
ToNodeId
for &
str
source
§
impl
ToNodeId
for
String
source
§
impl<T:
ToNodeId
>
ToNodeId
for
&
T
Implementors
§
source
§
impl
ToNodeId
for
NodeId