Skip to main content

hypercall/messaging/
mod.rs

1pub mod channel_event_bus;
2pub mod event_bus_trait;
3
4/// Backwards-compatible alias for the module.
5pub use channel_event_bus as mock_event_bus;
6
7pub use channel_event_bus::{ChannelEventBus, MockEventBus};
8pub use event_bus_trait::{EventBusTrait, LegacyMessageEnvelope, MessageEnvelope};