Remove usage of ntex::io::Boxed types

This commit is contained in:
Nikolay Kim 2022-01-09 18:56:37 +06:00
parent cb25c8d0b9
commit 42e140b805
4 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
use std::io;
use ntex::service::{fn_service, pipeline_factory};
use ntex::{codec, io::utils::filter, io::Io, server, util::Either};
use ntex::{codec, io::filter, io::Io, server, util::Either};
use ntex_tls::openssl::{PeerCert, PeerCertChain, SslAcceptor};
use tls_openssl::ssl::{self, SslFiletype, SslMethod, SslVerifyMode};