1 2 3 4 5 6
//! Protocol type enumeration for multi-protocol support //! //! Re-exported from `mockforge-foundation::protocol` so all crates share //! the canonical `Protocol` enum. pub use mockforge_foundation::protocol::Protocol;