Docs.rs
automata_tools-0.1.1
automata_tools 0.1.1
Permalink
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
Node
Basic
Interface
Implementors
In automata_
tools::
abs::
exposed
automata_tools
::
abs
::
exposed
Trait
NodeBasicInterface
Copy item path
Source
pub trait NodeBasicInterface:
HasId
{ }
Expand description
Node of a graph.
Implementors
§
Source
§
impl<Node>
NodeBasicInterface
for
NodeCell
<Node>
where Node:
NodeBasicInterface
,
Source
§
impl<NodeId, EdgeId, Kind>
NodeBasicInterface
for
Node
<NodeId, EdgeId, Kind>
where NodeId:
IdentityInterface
, EdgeId:
IdentityInterface
, Kind:
NodeKindInterface
,