Module net_ensembles::traits[][src]

Expand description

You should use net_ensembles::traits::*

  • I recommend doing so for a smooth experience
  • contains traits you should use for accessing complete functionallity

Re-exports

pub use crate::iter::IterWrapper;

Enums

Error messages

Traits

Defines methods all adjecency containers should have such that GenericGraph can use it

Get the adjacency list of a AdjContainer

Trait for types that have an underlying graph with nodes which each contain some T. Used to access said T

Trait, which enables you to write a dot file

Trait, which enables you to write a dot file

Collection of Graph iterators

Collection mut Graph iterators

Access internal random number generator

Create a markov chain by doing markov steps

Trait for measuring topological properties of a Graph

What every node should be able to do

  • intermediate trait used for trait bounds
  • if feature “serde_support” is used, there is a blanked implementation for all types that implement serde::Serialize
  • else there is a blanked implementation for all types
  • For easy sampling of your ensemble

    unify graph ensembles in a trait