Docs.rs
automata_tools-0.1.1
automata_tools 0.1.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Wandalen
Dependencies
graphs_tools ~0.1
normal
test_tools ~0.1
dev
wtools ~0.2
dev
Versions
100%
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
automata_
tools
0.1.1
Edge
Basic
Interface
Implementors
In automata_
tools::
abs::
exposed
automata_tools
::
abs
::
exposed
Trait
EdgeBasicInterface
Copy item path
Source
pub trait EdgeBasicInterface:
HasId
{ }
Expand description
Edge of a graph.
Implementors
§
Source
§
impl<EdgeId, NodeId, Kind>
EdgeBasicInterface
for
Edge
<EdgeId, NodeId, Kind>
where EdgeId:
IdentityInterface
, NodeId:
IdentityInterface
, Kind:
EdgeKindInterface
,