Docs.rs
graph-simulation-0.1.0
graph-simulation 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
RaVincentHuang
Dependencies
criterion ^0.5
dev
Versions
1.52%
of the crate is documented
Go to latest version
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
graph_
simulation
0.1.0
Single
Id
Required Methods
id
Implementors
In graph_
simulation::
graph::
base
graph_simulation
::
graph
::
base
Trait
SingleId
Copy item path
Source
pub trait SingleId { // Required method fn
id
(&self) ->
usize
; }
Required Methods
§
Source
fn
id
(&self) ->
usize
Implementors
§
Source
§
impl<L:
Label
>
SingleId
for
LabelNode
<L>