pub(crate) type AbortableStream = Abortable<TcpListenerStream>;
pub(crate) struct AbortableStream { /* private fields */ }