Docs.rs
rs-graph-0.21.0
rs-graph 0.21.0
Permalink
Docs.rs crate page
GPL-3.0+
Links
Homepage
Repository
crates.io
Source
Owners
f-fr
Dependencies
either ^1.5
normal
num-integer ^0.1.44
normal
num-iter ^0.1.33
normal
num-traits ^0.2
normal
peg ^0.8
normal
optional
serde ^1.0
normal
optional
serde_derive ^1.0
normal
optional
ordered-float ^3.9
dev
rustop ^1.0.4
dev
serde_json ^1.0
dev
time ^0.3
dev
zopen ^0.3.4
dev
Versions
73.95%
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
rs_
graph
0.21.0
Indexable
Required Methods
index
Implementors
In rs_
graph::
traits
rs_graph
::
traits
Trait
Indexable
Copy item path
Source
pub trait Indexable { // Required method fn
index
(&self) ->
usize
; }
Expand description
An item that has an index.
Required Methods
§
Source
fn
index
(&self) ->
usize
Implementors
§
Source
§
impl<E>
Indexable
for
NetworkEdge
<E>
where E:
Indexable
,
Source
§
impl<ID>
Indexable
for rs_graph::linkedlistgraph::
Edge
<ID>
where ID:
PrimInt
+
Unsigned
,
Source
§
impl<ID>
Indexable
for rs_graph::linkedlistgraph::
Node
<ID>
where ID:
PrimInt
+
Unsigned
,
Source
§
impl<ID>
Indexable
for rs_graph::vecgraph::
Edge
<ID>
where ID:
PrimInt
+
Unsigned
,
Source
§
impl<ID>
Indexable
for rs_graph::vecgraph::
Node
<ID>
where ID:
PrimInt
+
Unsigned
,