[][src]Type Definition libp2prs_websocket::connection::TlsOrPlain

type TlsOrPlain<T> = AsyncEitherOutput<AsyncEitherOutput<TlsClientStream<T>, TlsServerStream<T>>, T>;