//! Generalization of a state machine for a consensus engine. mod impls; mod traits; pub use self::impls::*; pub use self::traits::*;