1 2 3 4 5 6 7 8
//! Version 2 of the Raft network API. //! //! [`RaftNetworkV2`] is the full network interface that combines multiple //! independent network feature traits into a single interface. mod network; pub use network::RaftNetworkV2;