usecrate::shared::r#async::AsyncMessageCodec;usetokio::net::TcpStream;usetokio_rustls::server::TlsStream;pubmodserver;pubmodservice;/// Asynchronous message codec for the `TlsStream` over a `TcpStream`.\
pubtypeMessages=AsyncMessageCodec<TlsStream<TcpStream>>;