Docs.rs
ebi_objects-0.3.116
ebi_objects 0.3.116
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sleemans
Dependencies
anyhow ^1.0.101
normal
chrono ^0.4.43
normal
csv ^1.4.0
normal
ebi_arithmetic ^0.3.7
normal
ebi_derive ^0.2.7
normal
flate2 ^1.1.9
normal
fnv ^1.0.7
normal
intmap ^3.1.3
normal
itertools ^0.14.0
normal
layout-rs ^0.1.3
normal
log ^0.4.28
normal
process_mining ^0.4.4
normal
quick-xml ^0.39.0
normal
rayon ^1.11.0
normal
resvg ^0.47.0
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
strum ^0.27.2
normal
strum_macros ^0.27.2
normal
svg2pdf ^0.13.0
normal
tiny-skia ^0.12.0
normal
uuid ^1.20.0
normal
Versions
7.1%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Graphable
ebi_
objects
0.3.116
Graphable
Required Methods
to_dot
Implementors
In ebi_
objects::
traits::
graphable
ebi_objects
::
traits
::
graphable
Trait
Graphable
Copy item path
Source
pub trait Graphable { // Required method fn
to_dot
(&self) ->
Result
<
VisualGraph
>; }
Required Methods
§
Source
fn
to_dot
(&self) ->
Result
<
VisualGraph
>
Implementors
§
Source
§
impl
Graphable
for
DeterministicFiniteAutomaton
Source
§
impl
Graphable
for
DirectlyFollowsGraph
Source
§
impl
Graphable
for
DirectlyFollowsModel
Source
§
impl
Graphable
for
LabelledPetriNet
Source
§
impl
Graphable
for
LolaNet
Source
§
impl
Graphable
for
PetriNetMarkupLanguage
Source
§
impl
Graphable
for
ProcessTree
Source
§
impl
Graphable
for
ProcessTreeMarkupLanguage
Source
§
impl
Graphable
for
StochasticDeterministicFiniteAutomaton
Source
§
impl
Graphable
for
StochasticDirectlyFollowsModel
Source
§
impl
Graphable
for
StochasticLabelledPetriNet
Source
§
impl
Graphable
for
StochasticNondeterministicFiniteAutomaton
Source
§
impl
Graphable
for
StochasticProcessTree