use async_trait;
use Bytes;
/// Trait describing how incoming messages on [Console] must be handled.
/// Convenience type to abstract away concrete implementations of [Subscription] errors.
pub type SubscriptionError = ;
/// Convenience type to abstract away concrete implementations of [Subscription].
pub type BoxedSubscription = ;