//! Channel subsystem — pluggable transports for user interaction.
//!
//! Each channel implements the [`Channel`] trait and is managed by a
//! [`ChannelManager`] that routes inbound messages to the framework and
//! dispatches outbound envelopes to the correct channel.
pub use Channel;
pub use ;
pub use BufferedMessageHandler;
pub use ;
pub use ;
pub use ;