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