//! Aggregated link connection.
//!
//! This provides a connection that is backed by a connection consisting of aggregated links.
//!
//! An [aggregated link channel](Channel) supports both message-based communication,
//! using a [Sender] and [Receiver], and [stream-based IO](Stream).
//!
pub
pub
pub use ;
pub use ;
pub use ;