//! Agent streams backed by the actual shared router.
//--------------------------------------------------------------------------------------------------
// Re-Exports
//--------------------------------------------------------------------------------------------------
pub use ;
/// Owned decoded agent stream.
pub type AgentStream = ;
/// Owned raw agent stream.
pub type RawAgentStream = ;