use Debug;
use Bytes;
use ;
use crateError;
/// An erased byte stream used by backend-neutral replayable connectors.
pub type BoxBodyStream = ;
/// An erased async connection attempt used by backend-neutral replayable connectors.
pub type ConnectFuture = ;
/// A backend-specific connector that can establish one SSE connection attempt.