//! The structs returned by the mc steps
//!
//! if you want to use the `MarkovChain` trait
//! as trait bound, use e.g. `MarkovChain<ErStepC, ErStepC>`
//! for trait implmented in `ErEnsembleC`
pub use crateSwChangeState;
pub use crateErStepC;
pub use crateErStepM;
/// returned by mc step of small world ensemble
pub type SwStep = SwChangeState;