Docs.rs
graph-traits-0.1.1
graph-traits 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Ben-Lichtman
Dependencies
petgraph ^0.5.1
normal
optional
Versions
0%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
graph_
traits
0.1.1
Graph
Base
Required Associated Types
EdgeID
NodeID
Implementors
In crate graph_
traits
graph_traits
Trait
GraphBase
Copy item path
Source
pub trait GraphBase { type
NodeID
:
Copy
; type
EdgeID
:
Copy
; }
Required Associated Types
§
Source
type
NodeID
:
Copy
Source
type
EdgeID
:
Copy
Implementors
§
Source
§
impl<T>
GraphBase
for T
where T:
PetgraphGraphBase
,
Source
§
type
NodeID
= <T as
GraphBase
>::
NodeId
Source
§
type
EdgeID
= <T as
GraphBase
>::
EdgeId