Docs.rs
graph-base-0.1.13
graph-base 0.1.13
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
RaVincentHuang
Dependencies
lazy_static ^1.5.0
normal
rand ^0.9.1
normal
serde ^1.0.219
normal
Versions
1.44%
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
graph_
base
0.1.13
Single
Id
Required Methods
id
Implementors
In graph_
base::
interfaces::
graph
graph_base
::
interfaces
::
graph
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
SingleId
for
Node
Source
§
impl<L:
Label
>
SingleId
for
LabelNode
<L>